Required. The field mask describing which fields to update as a comma-separated list. For example, if only the transfer lock is being updated, the updateMask is "transferLockState".
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
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 management settings using a POST request to the Google Domains API."],["The request URL follows gRPC Transcoding syntax and requires a `registration` path parameter to specify the target resource."],["The request body must include `managementSettings` and `updateMask`, where the latter indicates which fields within `managementSettings` should be modified."],["Successful requests return an `Operation` instance in the response body, and requires `domains.registrations.configureManagement` IAM permission."],["Authorization for this request requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]