[SPEC] Fixed bad JSON in indices.open

This commit is contained in:
Clinton Gormley 2014-01-16 15:33:09 +01:00
parent b7d4b30ad7
commit 23a1fd795b
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": ["_open", "/{index}/_open"],
"parts": {
"index": {
"type" : "string",