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

24 lines
369 B
JSON

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