mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-24 17:09:48 +00:00
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…
x
Reference in New Issue
Block a user