Update custom field
updateCustomFieldUpdate an existing custom field by its ID to change its name or admin-only visibility.
Instructions
Update custom field. Updates a custom field. Level API endpoint: PATCH /v2/custom-fields/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the custom field. | |
| name | No | The name of the custom field. | |
| admin_only | No | When 'admin_only' is true, this field's value can only be viewed or edited by an admin. |