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

20 lines
290 B
JSON
Raw Normal View History

{
"indices.exists.indices": {
"documentation": "",
"methods": ["HEAD"],
"url": {
"path": "/{index}",
"paths": ["/{index}"],
"parts": {
"index": {
}
},
"params": {
"index": {
}
}
},
"body": null
}
}