mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
28 lines
435 B
JSON
28 lines
435 B
JSON
{
|
|
"indices.flush": {
|
|
"documentation": "",
|
|
"methods": ["POST", "GET"],
|
|
"url": {
|
|
"path": "/_flush",
|
|
"paths": ["/_flush", "/{index}/_flush"],
|
|
"parts": {
|
|
"index": {
|
|
}
|
|
},
|
|
"params": {
|
|
"force": {
|
|
},
|
|
"full": {
|
|
},
|
|
"ignore_indices": {
|
|
},
|
|
"index": {
|
|
},
|
|
"refresh": {
|
|
}
|
|
}
|
|
},
|
|
"body": null
|
|
}
|
|
}
|