Updates a Label's EabledAppSettings. Enabling a Label in a Workspace Application allows it to be used in that application. This change is not revisioned, does not require publishing, and takes effect immediately.
HTTP request
POST https://drivelabels.googleapis.com/v2beta/{name=labels/*}:updateLabelEnabledAppSettings
Required. The new EnabledAppSettings value for the Label.
useAdminAccess
boolean
Optional. 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
Optional. The BCP-47 language code to use for evaluating localized field labels. When not specified, values in the default configured language will be used.
[[["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-06-12 UTC."],[],[],null,["# Method: labels.updateLabelEnabledAppSettings\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n - [JSON representation](#body.request_body.SCHEMA_REPRESENTATION)\n- [Response body](#body.response_body)\n- [Try it!](#try-it)\n\nUpdates a Label's EabledAppSettings. Enabling a Label in a Workspace Application allows it to be used in that application. This change is not revisioned, does not require publishing, and takes effect immediately.\n\n### HTTP request\n\n`POST https://drivelabels.googleapis.com/v2beta/{name=labels/*}:updateLabelEnabledAppSettings`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------|--------------------------------------------------------------------------------------------------------|\n| `name` | `string` Required. The resource name of the Label to update. The resource name of the Label to update. |\n\n### Request body\n\nThe request body contains data with the following structure:\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"enabledAppSettings\": { object (/workspace/drive/labels/reference/rest/v2beta/labels#EnabledAppSettings) }, \"useAdminAccess\": boolean, \"languageCode\": string, \"view\": enum (/workspace/drive/labels/reference/rest/v2beta/LabelView) } ``` |\n\n| Fields ||\n|----------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `enabledAppSettings` | `object (`[EnabledAppSettings](/workspace/drive/labels/reference/rest/v2beta/labels#EnabledAppSettings)`)` Required. The new `EnabledAppSettings` value for the Label. |\n| `useAdminAccess` | `boolean` Optional. 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. |\n| `languageCode` | `string` Optional. The BCP-47 language code to use for evaluating localized field labels. When not specified, values in the default configured language will be used. |\n| `view` | `enum (`[LabelView](/workspace/drive/labels/reference/rest/v2beta/LabelView)`)` Optional. When specified, only certain fields belonging to the indicated view will be returned. |\n\n### Response body\n\nIf successful, the response body contains an instance of [Label](/workspace/drive/labels/reference/rest/v2beta/labels#Label)."]]