[SPEC] path without {index} is not allowed for indices.open api
This commit is contained in:
parent
6159343c61
commit
fe60cca038
|
@ -4,7 +4,7 @@
|
|||
"methods": ["POST"],
|
||||
"url": {
|
||||
"path": "/{index}/_open",
|
||||
"paths": ["_open", "/{index}/_open"],
|
||||
"paths": ["/{index}/_open"],
|
||||
"parts": {
|
||||
"index": {
|
||||
"type" : "string",
|
||||
|
|
Loading…
Reference in New Issue