From fcc01dd81f4de6b2852888450ce5a56436fd5852 Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Fri, 25 Mar 2016 14:23:52 +0100 Subject: [PATCH] In cat.snapshots, repository is required Closes #17216 --- .../src/main/resources/rest-api-spec/api/cat.snapshots.json | 1 + 1 file changed, 1 insertion(+) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/cat.snapshots.json b/rest-api-spec/src/main/resources/rest-api-spec/api/cat.snapshots.json index 4fd5520ecb1a3..4f1db6974f70f 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/cat.snapshots.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/cat.snapshots.json @@ -8,6 +8,7 @@ "parts": { "repository": { "type" : "list", + "required": true, "description": "Name of repository from which to fetch the snapshot information" } },