Function: update_partition Version: 21.0+
Argument Name |
Type Description | |
---|---|---|
partition_id |
string |
The id of the existing partition. |
name |
string |
The new name of the partition. |
priority |
int |
The new priority of the partition. |
response
{ "partition_id": "", "success": true, "error": "" }
Key |
Type |
Description |
---|---|---|
partition_id |
string |
The id of the partition that was updated. |
success |
boolean |
Indicates whether updating the partition was a success or not. |
error |
string |
The reason for the unsuccessful update. |