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

28 lines
435 B
JSON
Raw Normal View History

{
"indices.flush": {
"documentation": "",
"methods": ["POST", "GET"],
"url": {
"path": "/_flush",
"paths": ["/_flush", "/{index}/_flush"],
"parts": {
"index": {
}
},
"params": {
"index": {
},
"ignore_indices": {
},
"refresh": {
},
"full": {
},
"force": {
}
}
},
"body": null
}
}