Updates label permissions. If a permission for the indicated principal doesn't exist, a label permission is created, otherwise the existing permission is updated. Permissions affect the label resource as a whole, aren't revisioned, and don't require publishing.
HTTP request
POST https://drivelabels.googleapis.com/v2/{parent=labels/*}/permissions:batchUpdate
Required. The parent label resource name shared by all permissions being updated. Format:labels/{label}. If this is set, the parent field in theUpdateLabelPermissionRequestmessages must either be empty or match this field.
Request body
The request body contains data with the following structure:
Required. The request message specifying the resources to update.
useAdminAccess
boolean
Set totruein order to use the user's admin credentials. The server will verify the user is an admin for the label before allowing access. If this is set, theuseAdminAccessfield in theUpdateLabelPermissionRequestmessages must either be empty or match this field.
[[["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 2025-08-04 UTC."],[],[]]