mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 13:08:29 +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).
20 lines
290 B
JSON
20 lines
290 B
JSON
{
|
|
"indices.exists.indices": {
|
|
"documentation": "",
|
|
"methods": ["HEAD"],
|
|
"url": {
|
|
"path": "/{index}",
|
|
"paths": ["/{index}"],
|
|
"parts": {
|
|
"index": {
|
|
}
|
|
},
|
|
"params": {
|
|
"index": {
|
|
}
|
|
}
|
|
},
|
|
"body": null
|
|
}
|
|
}
|