Skip to content

Commit

Permalink
Update specification/cluster/reroute/ClusterRerouteRequest.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Marci W <[email protected]>
  • Loading branch information
lcawl and marciw authored Dec 5, 2024
1 parent 57b8620 commit c836223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/cluster/reroute/ClusterRerouteRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export interface Request extends RequestBase {
query_parameters: {
/**
* If true, then the request simulates the operation.
* It will calculate the result of applying the commands to the current cluster state and return the resulting cluster state after the commands (and re-balancing) has been applied; it will not actually perform the requested changes.
* It will calculate the result of applying the commands to the current cluster state and return the resulting cluster state after the commands (and rebalancing) have been applied; it will not actually perform the requested changes.
* @server_default false
*/
dry_run?: boolean
Expand Down

0 comments on commit c836223

Please sign in to comment.