wafeq_custom_fields_partial_update
Partially update an existing custom field in Wafeq by sending only the properties that need to change. Provide the field ID and the new values for name, config, or visibility.
Instructions
๐ก WRITE ยท updates data ยท Custom Fields ยท PATCH /custom-fields/{id}/
Partial update custom field
Endpoint for partially updating an existing custom field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | A unique value identifying this custom field. | |
| body | No | 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. |