wafeq_custom_fields_update
Update an existing Wafeq custom field by ID with new name, config, or visibility settings. Adjust field type, choices, or target groups.
Instructions
๐ก WRITE ยท updates data ยท Custom Fields ยท PUT /custom-fields/{id}/
Update custom field
Endpoint for updating an existing custom field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | A unique value identifying this custom field. | |
| body | Yes | Request body (application/json). | |
| idempotency_key | No | Optional idempotency key (sent as the X-Wafeq-Idempotency-Key header). A UUID v4 is generated automatically when omitted, so an automatic network retry can never duplicate this operation. Pass your own stable value to make a deliberate re-invocation safe as well. |