Method: projects.locations.entryGroups.entries.modifyEntryContacts

Modifies contacts, part of the business context of an Entry.

To call this method, you must have the datacatalog.entries.updateContacts IAM permission on the corresponding project.

HTTP request

POST http://datacatalog.googleapis.com/v1/{name}:modifyEntryContacts

Path parameters

Parameters
name

string

Required. The full resource name of the entry. It takes the form projects/{project}/locations/{location}/entryGroups/{entrygroup}/entries/{entries}.

Request body

The request body contains data with the following structure:

JSON representation
{
  "contacts": {
    object (Contacts)
  }
}
Fields
contacts

object (Contacts)

Required. The new value for the Contacts.

Response body

If successful, the response body contains an instance of Contacts.

Authorization scopes

Requires the following OAuth scope:

  • http://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.