mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
24 lines
369 B
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
|
|
}
|
|
}
|