[[["容易理解","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-01-29 (世界標準時間)。"],[[["Creates a web token for accessing an embeddable managed Google Play web UI for a given enterprise."],["Uses a POST request to `https://androidmanagement.googleapis.com/v1/{parent=enterprises/*}/webTokens` with the enterprise name as a path parameter."],["Requires a request body containing a WebToken object and provides a newly created WebToken object in the response upon success."],["Needs authorization with the `https://www.googleapis.com/auth/androidmanagement` scope."]]],["This outlines the process to create a web token for accessing a managed Google Play web UI. A `POST` HTTP request is sent to a specified URL, including a `parent` path parameter that identifies the enterprise. The request body requires a `WebToken` instance. Upon success, the response body returns a newly created `WebToken` instance. This action requires the `https://www.googleapis.com/auth/androidmanagement` OAuth scope for authorization. The complete path to the resource is: `https://androidmanagement.googleapis.com/v1/{parent=enterprises/*}/webTokens`.\n"]]