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_idstringRequired

Request

This endpoint expects an object.
phoneNumberstring or nullOptional
namestring or nullOptional
emailstring or nullOptional
notesstring or nullOptional

Response

Successful Response
idstring
phoneNumberstring
namestring
createdAtdatetime
updatedAtdatetime
emailstring or null
notesstring or null

Errors

422
Unprocessable Entity Error