Method: folders.contacts.patch

Updates a contact. Note: A contact's email address cannot be changed.

HTTP request

PATCH https://essentialcontacts.googleapis.com/v1/{contact.name=folders/*/contacts/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
contact.name

string

Output only. The identifier for the contact. Format: {resourceType}/{resource_id}/contacts/{contact_id}

Query parameters

Parameters
updateMask

string (FieldMask format)

Optional. The update mask applied to the resource. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年05月14日 UTC.