Update Contact
Update a contact’s fields.
If phoneNumber is updated, it’s re-normalized and checked for uniqueness (409 on conflict).
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
contact_id
Request
This endpoint expects an object.
phoneNumber
name
email
notes
Response
Successful Response
id
phoneNumber
name
createdAt
updatedAt
email
notes
Errors
422
Unprocessable Entity Error
