Bir Etiketin izinlerini günceller. Belirtilen ana hesap için bir izin yoksa yeni bir Etiket İzni oluşturulur. Aksi takdirde mevcut izin güncellenir. İzinler, Etiket kaynağını bir bütün olarak etkiler, düzeltilmez ve yayınlama gerektirmez.
HTTP isteği
POST https://drivelabels.googleapis.com/v2beta/{parent=labels/*/revisions/*}/permissions
Zorunlu. Etiket İzni'ndeki üst Etiket kaynağı adı oluşturulur. Biçim: labels/{label}
Sorgu parametreleri
Parametreler
useAdminAccess
boolean
Kullanıcının yönetici kimlik bilgilerini kullanmak için true olarak ayarlayın. Sunucu, erişime izin vermeden önce kullanıcının Etiket için yönetici olduğunu doğrular.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2024-09-04 UTC."],[[["This API updates a Label's permissions, creating a new Label Permission if one doesn't exist for the specified principal or updating the existing permission."],["Permissions applied through this API affect the entire Label resource, are not revisioned, and do not require publishing."],["The request should be sent as a POST request to the provided URL with necessary path and query parameters, including a request body containing a LabelPermission instance."],["Successful requests will receive a response body containing the newly created or updated LabelPermission instance."],["To use this API, you'll need authorization with specific OAuth scopes related to Drive Labels."]]],[]]