[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"],
|
"methods": ["POST"],
|
||||||
"url": {
|
"url": {
|
||||||
"path": "/{index}/_open",
|
"path": "/{index}/_open",
|
||||||
"paths": ["_open", "/{index}/_open"],
|
"paths": ["/{index}/_open"],
|
||||||
"parts": {
|
"parts": {
|
||||||
"index": {
|
"index": {
|
||||||
"type" : "string",
|
"type" : "string",
|
||||||
|
|
Loading…
Reference in New Issue