The update mask applies to the settings. Only the top level fields of AccessApprovalSettings (notificationEmails & enrolledServices) are supported. For each field, if it is included, the currently stored value will be entirely overwritten with the value of the field passed in this request.
[[["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 endpoint updates the settings for a project, folder, or organization, as determined by the \u003ccode\u003efield_mask\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request URL uses gRPC Transcoding syntax and requires a \u003ccode\u003esettings.name\u003c/code\u003e path parameter, which specifies the resource name of the settings.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eupdateMask\u003c/code\u003e query parameter determines which settings fields will be updated, with only top-level fields of AccessApprovalSettings being supported.\u003c/p\u003e\n"],["\u003cp\u003eThe request body and response body are instances of \u003ccode\u003eAccessApprovalSettings\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eTo use this endpoint, the OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e is required.\u003c/p\u003e\n"]]],[],null,["# Method: projects.updateAccessApprovalSettings\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\nUpdates the settings associated with a project, folder, or organization. Settings to update are determined by the value of field_mask.\n\n### HTTP request\n\n`PATCH https://accessapproval.googleapis.com/v1/{settings.name=projects/*/accessApprovalSettings}`\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 [AccessApprovalSettings](/assured-workloads/access-approval/docs/reference/rest/v1/AccessApprovalSettings).\n\n### Response body\n\nIf successful, the response body contains an instance of [AccessApprovalSettings](/assured-workloads/access-approval/docs/reference/rest/v1/AccessApprovalSettings).\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/)."]]