Appearance
Update contact
Update one or more fields on a contact. Only provided fields are changed.
PATCH /v1/contacts/{contactId}
Update one or more fields on a contact. Only provided fields are changed.
Parameters
contactId(path, string) required
Request body
Content-Type: application/json
name(string)email(string)company(string)avatarUrl(string)tags(array)isSubscribed(boolean)isBlocked(boolean)notes(string)
Responses
200 — Contact updated
success(boolean)contact(object)
401
404