Resource name of the User data mapping, of the form projects/{projectId}/locations/{locationId}/datasets/{datasetId}/consentStores/{consentStoreId}/userDataMappings/{user_data_mapping_id}.
[[["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-27 UTC."],[[["\u003cp\u003eThis endpoint updates an existing User data mapping resource within a specified consent store.\u003c/p\u003e\n"],["\u003cp\u003eThe request utilizes the \u003ccode\u003ePATCH\u003c/code\u003e method and requires the resource name in the URL to identify the User data mapping to be updated.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eupdateMask\u003c/code\u003e query parameter is required to specify which fields (\u003ccode\u003edataId\u003c/code\u003e, \u003ccode\u003euserId\u003c/code\u003e, and \u003ccode\u003eresourceAttributes\u003c/code\u003e) should be updated.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must contain an instance of \u003ccode\u003eUserDataMapping\u003c/code\u003e with the updated field values.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful requests return an instance of the updated \u003ccode\u003eUserDataMapping\u003c/code\u003e in the response body.\u003c/p\u003e\n"]]],[],null,["# Method: userDataMappings.patch\n\n**Full name**: projects.locations.datasets.consentStores.userDataMappings.patch\n\nUpdates the specified [User data mapping](/healthcare-api/docs/reference/rest/v1beta1/projects.locations.datasets.consentStores.userDataMappings#UserDataMapping).\n\n### HTTP request\n\n`PATCH https://healthcare.googleapis.com/v1beta1/{userDataMapping.name=projects/*/locations/*/datasets/*/consentStores/*/userDataMappings/*}`\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 [UserDataMapping](/healthcare-api/docs/reference/rest/v1beta1/projects.locations.datasets.consentStores.userDataMappings#UserDataMapping).\n\n### Response body\n\nIf successful, the response body contains an instance of [UserDataMapping](/healthcare-api/docs/reference/rest/v1beta1/projects.locations.datasets.consentStores.userDataMappings#UserDataMapping).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-healthcare`\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]