OpenSearch/rest-api-spec/api/indices.warmer.put.json

28 lines
465 B
JSON
Raw Normal View History

{
"indices.warmer.put": {
"documentation": "",
"methods": ["PUT"],
"url": {
"path": "/{index}/_warmer/{name}",
"paths": ["/{index}/_warmer/{name}", "/{index}/{type}/_warmer/{name}"],
"parts": {
"index": {
},
"name": {
},
"type": {
}
},
"params": {
"index": {
},
"name": {
},
"type": {
}
}
},
"body": null
}
}