Update a contact (partial)
PATCH/contacts/:contact_id
Partial update; only supplied fields change. Maps to internal POST /contact/upsert with the id.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
Updated contact
Malformed request
Missing or invalid token
Token lacks the required scope, or the user's role/permissions deny this action
Resource not found (or not visible to this user's role)
Request failed schema validation