custom_properties_update
Update a custom property's name, type, or values. Use null to keep existing values, or an empty array to clear them.
Instructions
Update a Custom Property. values=null → unchanged; values=[] → removes all values. Requires 'Write' on 'CustomProperty'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | ||
| typeId | No | ||
| values | No | ||
| typeName | No |