Required. The field mask describing which fields to update as a comma-separated list. For example, if only the labels are being updated, the updateMask is "labels".
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
Request body
The request body contains an instance of Registration.
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 page details how to update specific fields of a `Registration` resource, primarily `labels`, using a PATCH request."],["Updating fields other than labels, such as management, DNS, or contact settings, requires using designated custom update methods."],["The HTTP request uses gRPC Transcoding syntax and requires a `PATCH` method to the specified URL, including the resource's name."],["The `updateMask` query parameter is mandatory and must list the fields being updated in a comma-separated format, and the request body requires a `Registration` instance."],["Successful updates return an `Operation` instance, and the request requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]