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 updateMask is "customDns.name_servers".
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 updateMask is "customDns". //
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
validateOnly
boolean
Validate the request without actually updating the DNS settings.
Response body
If successful, the response body contains an instance of Operation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-19 UTC."],[[["This webpage details how to update a `Registration`'s DNS settings using a POST request to the Google Domains API."],["The required URL format is `POST https://domains.googleapis.com/v1/{registration=projects/*/locations/*/registrations/*}:configureDnsSettings`, utilizing gRPC Transcoding syntax."],["Updating DNS settings requires specifying the `registration` path parameter, in the format `projects/*/locations/*/registrations/*`, and authorization via the `domains.registrations.configureDns` IAM permission."],["The request body must contain `dnsSettings`, `updateMask` (to specify fields to update), and an optional `validateOnly` boolean field."],["Successful updates will return an `Operation` instance, and the operation requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]