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