Update a contact
PATCH/v1/contacts/:id
Partial update; at least one field required. form_values is optional — only the submitted custom fields are updated and required fields are NOT enforced on update (they are enforced on create). Omit form_values to leave custom fields untouched. Requires api_user|contact_update.
Request
Responses
- 200
- 401
- 403
- 404
- 422
Updated
Unauthenticated
Missing permission
Not found
Validation error