Contact
Update a Contact
Updates a contact as specified by the contact ID.
patch/v1/projects/{project_id}/contacts/{contact_id}
Query parameters
update_maskstring[]
The set of field mask paths.
Request body
Example request
{
"channel_identities": [
{
"channel": "WHATSAPP"
}
],
"channel_priority": [
"WHATSAPP"
],
"id": "{CONTACT_ID}"
}Response
A successful response.
Example response
{
"channel_identities": [
{
"channel": "WHATSAPP"
}
],
"channel_priority": [
"WHATSAPP"
],
"id": "{CONTACT_ID}"
}