Skip to content

Commit a8ca621

Browse files
Make rest API equal to api spec
1 parent a7e8fa6 commit a8ca621

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/cluster.allocation_explain.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@
2424
"params":{
2525
"index": {
2626
"type": "string",
27-
"description": "Index containing the shard to be explained"
27+
"description": "Specifies the name of the index that you would like an explanation for"
2828
},
2929
"shard": {
3030
"type": "number",
31-
"description": "Shard ID to be explained"
31+
"description": "Specifies the ID of the shard that you would like an explanation for"
3232
},
3333
"primary": {
3434
"type":"boolean",
3535
"description":"If true, returns explanation for the primary shard for the given shard ID"
3636
},
3737
"current_node": {
3838
"type": "string",
39-
"description": "Node ID or the name of the node to only explain a shard that is currently located on the specified node"
39+
"description": "Specifies the node ID or the name of the node to only explain a shard that is currently located on the specified node"
4040
},
4141
"master_timeout":{
4242
"type":"time",

0 commit comments

Comments
 (0)