Update Object Schema
update_object_schemaUpdate an account-level object schema using the current revision number for optimistic locking.
Instructions
Update an account-level object schema. Requires the current revision number for optimistic locking — retrieve it first via get_object_schemas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the object schema to update. | |
| revision | Yes | The current revision number for optimistic locking. Retrieve it first via get_object_schemas. | |
| parentId | No | The ID of the parent object schema. | |
| description | No | The new description for this object schema. |