remove extra brace from rollover rest api spec

This commit is contained in:
Areek Zillur 2016-06-23 12:37:04 -04:00
parent d6ddce2be8
commit ca322a12fc
1 changed files with 1 additions and 1 deletions

View File

@ -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": {