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 endpoint updates the management settings of a specific `Registration` resource."],["The HTTP request is a `POST` method to the provided URL, utilizing gRPC Transcoding syntax."],["The `registration` path parameter is required and specifies the target `Registration` resource in the format `projects/*/locations/*/registrations/*`, requiring specific IAM permissions."],["The request body requires `managementSettings` and `updateMask`, which specify the fields being updated."],["Successful requests return an `Operation` instance in the response body."]]],[]]