Skip to content

Commit

Permalink
Updated paths to be inline with #8240
Browse files Browse the repository at this point in the history
  • Loading branch information
spenceralger authored and Spencer Alger committed Oct 28, 2014
1 parent 9247698 commit ee2a9ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rest-api-spec/api/indices.put_alias.json
Expand Up @@ -4,11 +4,11 @@
"methods": ["PUT", "POST"],
"url": {
"path": "/{index}/_alias/{name}",
"paths": ["/{index}/_alias/{name}", "/_alias/{name}", "/{index}/_aliases/{name}", "/_aliases/{name}"],
"paths": ["/{index}/_alias/{name}", "/{index}/_aliases/{name}"],
"parts": {
"index": {
"type" : "list",
"description" : "A comma-separated list of index names the alias should point to (supports wildcards); use `_all` or omit to perform the operation on all indices."
"description" : "A comma-separated list of index names the alias should point to (supports wildcards); use `_all` to perform the operation on all indices."
},
"name": {
"type" : "string",
Expand Down

0 comments on commit ee2a9ab

Please sign in to comment.