[[["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."],[[["Updates a Label's `CopyMode` with changes taking effect immediately and without requiring publishing."],["Utilizes an HTTP POST request to `https://drivelabels.googleapis.com/v2beta/{name=labels/*}:updateLabelCopyMode` to update the Label's CopyMode."],["Requires specifying the Label's resource name in the path parameter and providing details like `copyMode`, `useAdminAccess`, `languageCode`, and `view` in the request body."],["Upon successful execution, the response includes the updated Label details."],["Needs authorization with either `https://www.googleapis.com/auth/drive.labels` or `https://www.googleapis.com/auth/drive.admin.labels` scope."]]],["This document details updating a Label's `CopyMode` via a `POST` request to a specific URL (`https://drivelabels.googleapis.com/v2beta/{name=labels/*}:updateLabelCopyMode`). The request requires the Label's resource name as a path parameter. The request body, in JSON, includes the `copyMode` (required), optional `useAdminAccess`, `languageCode`, and `view` fields. Authorization requires `https://www.googleapis.com/auth/drive.labels` or `https://www.googleapis.com/auth/drive.admin.labels` scopes. A successful response returns a Label instance. Changes take effect immediately.\n"]]