Update contact

Update a specific contact.

Path parameters

contactIdintegerRequired
Unique identifier for the contact.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
typeenumRequired
Type of contact.
Allowed values:
firstNamestringRequired<=50 characters
Contact's first name.
lastNamestringRequired<=50 characters
Contact's last name.
identifierslist of objectsRequired
Array of identifier objects.
contactMethodslist of objectsRequired

Array of contactMethod objects.
Note: If you are adding information about an owner, you must provide at least an email address. If you are adding information about a contact, you must provide at least a contact number.

middleNamestringOptional<=50 characters
Contact's middle name.

Errors