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 2025-06-30 UTC."],[[["\u003cp\u003eThis page details how to update specific fields, like labels, of a \u003ccode\u003eRegistration\u003c/code\u003e resource using the \u003ccode\u003ePATCH\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePATCH\u003c/code\u003e request is directed to a URL that follows gRPC Transcoding syntax, with the resource name specified as a path parameter in the format \u003ccode\u003eprojects/*/locations/*/registrations/*\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eupdateMask\u003c/code\u003e query parameter is mandatory and dictates which fields to update, provided as a comma-separated list of field names, such as \u003ccode\u003e"labels"\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should include an instance of the \u003ccode\u003eRegistration\u003c/code\u003e resource, and a successful response returns an \u003ccode\u003eOperation\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eUpdating fields other than labels, such as management, DNS, or contact settings, requires using separate, specific update methods mentioned on the page.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.registrations.patch\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nUpdates select fields of a `Registration` resource, notably `labels`. To update other fields, use the appropriate custom update method:\n\n- To update management settings, see `registrations.configureManagementSettings`\n- To update DNS configuration, see `registrations.configureDnsSettings`\n- To update contact information, see `registrations.configureContactSettings`\n\n### HTTP request\n\n`PATCH https://domains.googleapis.com/v1/{registration.name=projects/*/locations/*/registrations/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body contains an instance of [Registration](/domains/docs/reference/rest/v1/projects.locations.registrations#Registration).\n\n### Response body\n\nIf successful, the response body contains an instance of [Operation](/domains/docs/reference/rest/Shared.Types/ListOperationsResponse#Operation).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/)."]]