mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-11 07:25:23 +00:00
Files were generated with the `thor api:generate:spec --force --verbose --crawl` command, and based on the 0.90 branch (elasticsearch/elasticsearch@5ec4064).
22 lines
327 B
JSON
22 lines
327 B
JSON
{
|
|
"indices.close": {
|
|
"documentation": "",
|
|
"methods": ["POST"],
|
|
"url": {
|
|
"path": "/{index}/_close",
|
|
"paths": ["/{index}/_close"],
|
|
"parts": {
|
|
"index": {
|
|
}
|
|
},
|
|
"params": {
|
|
"index": {
|
|
},
|
|
"timeout": {
|
|
}
|
|
}
|
|
},
|
|
"body": null
|
|
}
|
|
}
|