- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates a contact. Note: A contact's email address cannot be changed.
HTTP request
PATCH https://essentialcontacts.googleapis.com/v1beta1/{contact.name=folders/*/contacts/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
contact. |
Output only. The identifier for the contact. Format: {resourceType}/{resource_id}/contacts/{contact_id} |
Query parameters
Parameters | |
---|---|
update |
Optional. The update mask applied to the resource. For the This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of Contact
.
Response body
If successful, the response body contains an instance of Contact
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.