diff --git a/rest-api-spec/api/indices.get_template.json b/rest-api-spec/api/indices.get_template.json index 5be562b3758..ce7d3f49048 100644 --- a/rest-api-spec/api/indices.get_template.json +++ b/rest-api-spec/api/indices.get_template.json @@ -4,7 +4,7 @@ "methods": ["GET"], "url": { "path": "/_template/{name}", - "paths": ["/_template/{name}"], + "paths": ["/_template", "/_template/{name}"], "parts": { "name": { "type" : "string",