[SPEC] path without {index} is not allowed for indices.open api

This commit is contained in:
Honza Král 2014-01-17 22:53:41 +01:00
parent 6159343c61
commit fe60cca038
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"methods": ["POST"],
"url": {
"path": "/{index}/_open",
"paths": ["_open", "/{index}/_open"],
"paths": ["/{index}/_open"],
"parts": {
"index": {
"type" : "string",