Explorar el Código

Merge pull request #19050 from areek/fix/rollover_rest_api_spec

Remove extra brace from rollover rest api spec
Areek Zillur hace 9 años
padre
commit
e2e938c9d2

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

@@ -3,7 +3,7 @@
     "documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-rollover-index.html",
     "methods": ["POST"],
     "url": {
-      "path": "/{alias}/_rollover}",
+      "path": "/{alias}/_rollover",
       "paths": ["/{alias}/_rollover", "/{alias}/_rollover/{new_index}"],
       "parts": {
         "alias": {