Explorar o código

Exists template needs a template name (#25988)

Honza Král %!s(int64=8) %!d(string=hai) anos
pai
achega
1dd6aeeb8d

+ 1 - 1
rest-api-spec/src/main/resources/rest-api-spec/api/indices.exists_template.json

@@ -8,7 +8,7 @@
       "parts": {
         "name": {
           "type": "list",
-          "required": false,
+          "required": true,
           "description": "The comma separated names of the index templates"
         }
       },