Browse Source

[SPEC] The scroll_id is no longer a required qs param
Can be passed in the body instead

Clinton Gormley 11 years ago
parent
commit
e2b4fbd1b1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      rest-api-spec/api/clear_scroll.json

+ 0 - 1
rest-api-spec/api/clear_scroll.json

@@ -8,7 +8,6 @@
       "parts": {
         "scroll_id": {
           "type" : "list",
-          "required" : "true",
           "description" : "A comma-separated list of scroll IDs to clear"
         }
       },