mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
remove extra brace from rollover rest api spec
This commit is contained in:
parent
d6ddce2be8
commit
ca322a12fc
@ -3,7 +3,7 @@
|
|||||||
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-rollover-index.html",
|
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-rollover-index.html",
|
||||||
"methods": ["POST"],
|
"methods": ["POST"],
|
||||||
"url": {
|
"url": {
|
||||||
"path": "/{alias}/_rollover}",
|
"path": "/{alias}/_rollover",
|
||||||
"paths": ["/{alias}/_rollover", "/{alias}/_rollover/{new_index}"],
|
"paths": ["/{alias}/_rollover", "/{alias}/_rollover/{new_index}"],
|
||||||
"parts": {
|
"parts": {
|
||||||
"alias": {
|
"alias": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user