File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
rest-api-spec/src/main/resources/rest-api-spec/api Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments