204 No Content.
PUT
/api/v1/contacts/{identifier}Path Parameters
string
required
A contact lookup string using one of the three supported prefix formats. Minimum length: 1 character.
Request Body
Send any combination of the following fields you wish to update. Fields you omit are left unchanged.string
Updated first name. Maximum 100 characters.
string
Updated last name. Maximum 100 characters.
string
Updated email address. Must be a valid email format.
string
Updated phone number. Must be 10–20 digits. Pattern:
\+?\d{10,20}.string
URL of the contact’s profile image.
string
One of:
male, female, unknown.