update_option_of_custom_field
Modify a custom field option's value or availability for Eduframe resources by specifying object type, field slug, and option ID.
Instructions
Update an option of a custom field
Input Schema
TableJSON 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 |