From e2b4fbd1b13644ff6e79de1a878bb2baa453ebed Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Tue, 22 Apr 2014 19:30:51 +0200 Subject: [PATCH] [SPEC] The scroll_id is no longer a required qs param Can be passed in the body instead --- rest-api-spec/api/clear_scroll.json | 1 - 1 file changed, 1 deletion(-) diff --git a/rest-api-spec/api/clear_scroll.json b/rest-api-spec/api/clear_scroll.json index 144cc054bc9..f6c42d40d22 100644 --- a/rest-api-spec/api/clear_scroll.json +++ b/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" } },