mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
[SPEC] Fixed bad JSON in indices.open
This commit is contained in:
parent
b7d4b30ad7
commit
23a1fd795b
@ -4,7 +4,7 @@
|
|||||||
"methods": ["POST"],
|
"methods": ["POST"],
|
||||||
"url": {
|
"url": {
|
||||||
"path": "/{index}/_open",
|
"path": "/{index}/_open",
|
||||||
"paths": ["_open", /{index}/_open"],
|
"paths": ["_open", "/{index}/_open"],
|
||||||
"parts": {
|
"parts": {
|
||||||
"index": {
|
"index": {
|
||||||
"type" : "string",
|
"type" : "string",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user