wafeq_contacts_partial_update
Update selected contact details in Wafeq by supplying the contact ID and the fields to change. Use this to modify only specific information, such as name, email, phone, or address, without affecting other contact data.
Instructions
๐ก WRITE ยท updates data ยท Contacts ยท PATCH /contacts/{id}/
Partial update contact
Endpoint for partially updating an existing contact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No | An entity that can have attachments. | |
| 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. |