Updates a Registration
's contact settings. Some changes require confirmation by the domain's registrant contact .
Caution: Please consider carefully any changes to contact privacy settings when changing from REDACTED_CONTACT_DATA
to PUBLIC_CONTACT_DATA.
There may be a delay in reflecting updates you make to registrant contact information such that any changes you make to contact privacy (including from REDACTED_CONTACT_DATA
to PUBLIC_CONTACT_DATA
) will be applied without delay but changes to registrant contact information may take a limited time to be publicized. This means that changes to contact privacy from REDACTED_CONTACT_DATA
to PUBLIC_CONTACT_DATA
may make the previous registrant contact data public until the modified registrant contact details are published.
HTTP request
POST https://domains.googleapis.com/v1/{registration=projects/*/locations/*/registrations/*}:configureContactSettings
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
registration |
Required. The name of the Authorization requires the following IAM permission on the specified resource
|
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "contactSettings": { object ( |
Fields | |
---|---|
contactSettings |
Fields of the |
updateMask |
Required. The field mask describing which fields to update as a comma-separated list. For example, if only the registrant contact is being updated, the This is a comma-separated list of fully qualified names of fields. Example: |
contactNotices[] |
The list of contact notices that the caller acknowledges. The notices needed here depend on the values specified in |
validateOnly |
Validate the request without actually updating the contact settings. |
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.