mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 04:58:50 +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).
26 lines
408 B
JSON
26 lines
408 B
JSON
{
|
|
"indices.alias.delete": {
|
|
"documentation": "",
|
|
"methods": ["DELETE"],
|
|
"url": {
|
|
"path": "/{index}/_alias/{name}",
|
|
"paths": ["/{index}/_alias/{name}"],
|
|
"parts": {
|
|
"index": {
|
|
},
|
|
"name": {
|
|
}
|
|
},
|
|
"params": {
|
|
"index": {
|
|
},
|
|
"name": {
|
|
},
|
|
"timeout": {
|
|
}
|
|
}
|
|
},
|
|
"body": null
|
|
}
|
|
}
|