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/v2beta/{name=labels/*}:updateLabelCopyMode
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The resource name of the Label to update. |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "copyMode": enum ( |
Fields | |
---|---|
copyMode |
Required. Indicates how the applied Label, and Field values should be copied when a Drive item is copied. |
useAdminAccess |
Set to |
languageCode |
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 |
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.