25 lines
561 B
JSON
25 lines
561 B
JSON
{
|
|
"indices.close": {
|
|
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-open-close/",
|
|
"methods": ["POST"],
|
|
"url": {
|
|
"path": "/{index}/_close",
|
|
"paths": ["/{index}/_close"],
|
|
"parts": {
|
|
"index": {
|
|
"type" : "string",
|
|
"required" : true,
|
|
"description" : "The name of the index"
|
|
}
|
|
},
|
|
"params": {
|
|
"timeout": {
|
|
"type" : "time",
|
|
"description" : "Explicit operation timeout"
|
|
}
|
|
}
|
|
},
|
|
"body": null
|
|
}
|
|
}
|