Updates a Registration
's DNS settings.
HTTP request
POST https://domains.googleapis.com/v1/{registration=projects/*/locations/*/registrations/*}:configureDnsSettings
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 |
---|
{
"dnsSettings": {
object ( |
Fields | |
---|---|
dnsSettings |
Fields of the |
updateMask |
Required. The field mask describing which fields to update as a comma-separated list. For example, if only the name servers are being updated for an existing Custom DNS configuration, the When changing the DNS provider from one type to another, pass the new provider's field name as part of the field mask. For example, when changing from a Google Domains DNS configuration to a Custom DNS configuration, the This is a comma-separated list of fully qualified names of fields. Example: |
validateOnly |
Validate the request without actually updating the DNS 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.