OpenSearch/rest-api-spec/api/indices.alias.put.json
Karel Minarik a55750dd70 [SETUP] Added the generated JSON skeleton files
Files were generated with the `thor api:generate:spec --force --verbose --crawl` command,
and based on the 0.90 branch (elasticsearch/elasticsearch@5ec4064).
2013-05-24 13:33:06 +02:00

27 lines
453 B
JSON

{
"indices.alias.put": {
"documentation": "",
"methods": ["PUT"],
"url": {
"path": "/{index}/_alias/{name}",
"paths": ["/{index}/_alias/{name}", "/_alias/{name}", "/{index}/_alias", "/_alias"],
"parts": {
"index": {
},
"name": {
}
},
"params": {
"index": {
},
"name": {
},
"timeout": {
}
}
},
"body": {
}
}
}