Browse Source

In cat.snapshots, repository is required

Closes #17216
Clinton Gormley 9 years ago
parent
commit
30d78f4be0

+ 1 - 0
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"
         }
       },