Updates a Registration
's contact settings. Some changes require confirmation by the domain's registrant contact .
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.