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

24 lines
396 B
JSON
Raw Normal View History

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