Method: projects.locations.registrations.patch

Updates select fields of a Registration resource, notably labels. To update other fields, use the appropriate custom update method:

  • To update management settings, see registrations.configureManagementSettings
  • To update DNS configuration, see registrations.configureDnsSettings
  • To update contact information, see registrations.configureContactSettings

HTTP request

PATCH https://domains.googleapis.com/v1beta1/{registration.name=projects/*/locations/*/registrations/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
registration.name

string

Output only. Name of the Registration resource, in the format projects/*/locations/*/registrations/<domainName>.

Query parameters

Parameters
updateMask

string (FieldMask format)

Required. The field mask describing which fields to update as a comma-separated list. For example, if only the labels are being updated, the updateMask is "labels".

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 Registration.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.