Contacts
Update an existing contact
Updates a contact with given email address. This call will fail if a contact with provided email does not exist, use addContact
instead in such case.
PATCH
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
200 - application/json
Updated contact
The response is of type object
.