Updates a Label's permissions. If a permission for the indicated principal doesn't exist, a new Label Permission is created, otherwise the existing permission is updated. Permissions affect the Label resource as a whole, are not revisioned, and do not require publishing.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-04 UTC."],[[["This document outlines how to update a Label's permissions using the Drive Labels API."],["Permissions are updated or created via a `PATCH` request to the specified endpoint, with the Label's resource name as a path parameter."],["Request and response bodies utilize the `LabelPermission` object, allowing for detailed permission control."],["Authorization requires specific OAuth scopes related to Drive Labels management, ensuring proper access control."],["Admin credentials can be leveraged by setting the `useAdminAccess` query parameter to `true`, subject to server-side verification."]]],["This document details updating a Label's permissions via a PATCH request to `https://drivelabels.googleapis.com/v2beta/{parent=labels/*}/permissions`. The `parent` path parameter, the Label resource name, is required. The `useAdminAccess` query parameter enables admin credential usage. The request and response bodies utilize the `LabelPermission` resource. This operation requires specific OAuth scopes: `https://www.googleapis.com/auth/drive.labels` or `https://www.googleapis.com/auth/drive.admin.labels`. The `Try it!` section helps try the request.\n"]]