OpenSearch/rest-api-spec/api/indices.open.json

22 lines
324 B
JSON
Raw Normal View History

{
"indices.open": {
"documentation": "",
"methods": ["POST"],
"url": {
"path": "/{index}/_open",
"paths": ["/{index}/_open"],
"parts": {
"index": {
}
},
"params": {
"index": {
},
"timeout": {
}
}
},
"body": null
}
}