[SPEC] The scroll_id is no longer a required qs param

Can be passed in the body instead
This commit is contained in:
Clinton Gormley 2014-04-22 19:30:51 +02:00
parent 2423c8c57a
commit e2b4fbd1b1
1 changed files with 0 additions and 1 deletions

View File

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