Added the API definition for opening an index
This commit is contained in:
parent
83928d7fee
commit
4e4cdaff2a
|
@ -1,18 +1,20 @@
|
|||
{
|
||||
"indices.open": {
|
||||
"documentation": "",
|
||||
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-open-close/",
|
||||
"methods": ["POST"],
|
||||
"url": {
|
||||
"path": "/{index}/_open",
|
||||
"paths": ["/{index}/_open"],
|
||||
"parts": {
|
||||
"index": {
|
||||
"type" : "string",
|
||||
"description" : "The name of the index to close"
|
||||
}
|
||||
},
|
||||
"params": {
|
||||
"index": {
|
||||
},
|
||||
"timeout": {
|
||||
"type" : "time",
|
||||
"description" : "Explicit operation timeout"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue