Updates an access level. The long-running operation from this RPC has a successful status after the changes to the access level propagate to long-lasting storage. If access levels contain errors, an error response is returned for the first error encountered.
[[["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-02-12 UTC."],[[["This webpage details how to update an Access Level resource via a PATCH HTTP request to the specified URL."],["The request URL utilizes gRPC Transcoding and requires a `accessLevel.name` path parameter that adheres to a specific format, including a maximum length of 50 characters."],["Updating an access level involves a `updateMask` query parameter, which specifies the fields to modify, following FieldMask format."],["The request body should include an `AccessLevel` instance, and a successful response will contain an `Operation` instance."],["Authorization to perform this operation requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]