Update custom field value
updateCustomFieldValueUpdate a custom field value for an organization, group, or device. Optionally force the value to override descendant custom field values.
Instructions
Update custom field value. Set a custom field value for the organization, group, or device. Level API endpoint: PATCH /v2/custom-field-values
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | When 'force' is true, the provided value will override any custom field values that are set for descendants of the assigned_to_id. Otherwise, the value will be set only for the assigned_to_id and any descendants that don't have an explicit custom field value set. | |
| value | Yes | The value to set for the custom field. | |
| assigned_to_id | No | ||
| custom_field_id | Yes | The ID of the custom field to set the value for. |