PATCH /v1/contacts/{id}
Path parameters
string
required
The contact id to update.
Body
Send any subset of the following.string | null
New given name. Pass
null to clear it.string | null
New family name. Pass
null to clear it.object
Replace the contact’s metadata object.
Request
Response
Returns200 OK with the updated contact. An unknown id returns 404 not_found.
200 OK
