[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2025-08-05 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 `EnabledAppSettings`. Enabling a label in a Google Workspace app allows it to be used in that app. This change isn't revisioned, doesn't require publishing, and takes effect immediately.\n\n### HTTP request\n\n`POST https://drivelabels.googleapis.com/v2/{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/v2/labels#EnabledAppSettings) }, \"useAdminAccess\": boolean, \"languageCode\": string, \"view\": enum (/workspace/drive/labels/reference/rest/v2/LabelView) } ``` |\n\n| Fields ||\n|----------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `enabledAppSettings` | `object (`[EnabledAppSettings](/workspace/drive/labels/reference/rest/v2/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/v2/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/v2/labels#Label)."]]