[SPEC] The scroll_id is no longer a required qs param
Can be passed in the body instead
This commit is contained in:
parent
2423c8c57a
commit
e2b4fbd1b1
|
@ -8,7 +8,6 @@
|
||||||
"parts": {
|
"parts": {
|
||||||
"scroll_id": {
|
"scroll_id": {
|
||||||
"type" : "list",
|
"type" : "list",
|
||||||
"required" : "true",
|
|
||||||
"description" : "A comma-separated list of scroll IDs to clear"
|
"description" : "A comma-separated list of scroll IDs to clear"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue