|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
The information required to update a figure cluster. |
||
| ObjectId |
string |
The object ID of the cluster. |
Cluster-99b1c333-86dc-45da-8c6**** |
| Name |
string |
The cluster name. |
abc |
| Cover |
object |
The cover of the cluster. |
|
| Figures |
array |
The figure list. |
|
|
object |
A figure object in the figure list. |
||
| FigureId |
string |
The figure ID. |
2cb3c51e-b406-4b0c-af1b-897d88e1**** |
| CustomId |
string |
The custom ID. |
abc |
| CustomLabels |
object |
A key-value map of custom labels that can be used to search for the figure cluster. |
{"Bucket": "examplebucket"} |
| MetaLockVersion |
integer |
The metadata lock version. This parameter enables optimistic locking to prevent conflicting updates during high concurrency. To ensure data consistency, pass the current MetaLockVersion value when updating a figure cluster. You can retrieve this value from a Get or List operation. The service proceeds with the update only if the provided version matches the system's current version. The initial value is 0 and is incremented by 1 after each successful update. |
1 |