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

22 lines
327 B
JSON
Raw Normal View History

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