Method: labels.updateLabelCopyMode

Updates a Label's CopyMode. Changes to this policy are not revisioned, do not require publishing, and take effect immediately.

HTTP request

POST https://drivelabels.googleapis.com/v2/{name=labels/*}:updateLabelCopyMode

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The resource name of the Label to update.

Request body

The request body contains data with the following structure:

JSON representation
{
  "copyMode": enum (CopyMode),
  "useAdminAccess": boolean,
  "languageCode": string,
  "view": enum (LabelView)
}
Fields
copyMode

enum (CopyMode)

Required. Indicates how the applied Label, and Field values should be copied when a Drive item is copied.

useAdminAccess

boolean

Set to true in order to use the user's admin credentials. The server will verify the user is an admin for the Label before allowing access.

languageCode

string

The BCP-47 language code to use for evaluating localized field labels. When not specified, values in the default configured language will be used.

view

enum (LabelView)

When specified, only certain fields belonging to the indicated view will be returned.

Response body

If successful, the response body contains an instance of Label.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/drive.labels
  • https://www.googleapis.com/auth/drive.admin.labels

For more information, see the Authorization guide.