update_option_of_custom_field
Update a custom field option's value and enabled status. Specify the parent resource type, field slug, and option ID.
Instructions
Update an option of a custom field
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_type | Yes | ID of the parent resource | |
| field_slug | Yes | ID of the parent resource | |
| id | Yes | ID of the custom field option to update | |
| value | No | ||
| enabled | No | Whether the option can be chosen or not |