From f44eff4f225940e97d156aa1b55b441b702f7d47 Mon Sep 17 00:00:00 2001 From: Martijn Laarman Date: Mon, 4 Mar 2019 15:22:35 +0100 Subject: [PATCH] parts documented as optional are actually required (#39122) (#39642) (cherry picked from commit e0f728b44ad49e28477767b3ee783a07ddf4bb0d) --- .../src/test/resources/rest-api-spec/api/ccr.follow_stats.json | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/ccr.follow_stats.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/ccr.follow_stats.json index e860a590b5247..de4bb66056bb3 100644 --- a/x-pack/plugin/src/test/resources/rest-api-spec/api/ccr.follow_stats.json +++ b/x-pack/plugin/src/test/resources/rest-api-spec/api/ccr.follow_stats.json @@ -8,6 +8,7 @@ "parts": { "index": { "type": "list", + "required" : true, "description": "A comma-separated list of index patterns; use `_all` to perform the operation on all indices" } }