[[["容易理解","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"]],["上次更新時間:2024-08-29 (世界標準時間)。"],[[["This API endpoint updates reseller metadata associated with a specific device."],["The HTTP request is a POST method to a URL that includes `metadataOwnerId` and `deviceId` as path parameters."],["The request body requires a JSON object containing `deviceMetadata`, which specifies the metadata to be attached to the device."],["A successful response returns an instance of `DeviceMetadata`, providing details about the updated metadata."],["Authorization for this operation requires the OAuth scope `https://www.googleapis.com/auth/androidworkprovisioning`."]]],["This document details how to update reseller metadata for a device using a POST request to `https://androiddeviceprovisioning.googleapis.com/v1/partners/{metadataOwnerId}/devices/{deviceId}/metadata`. The `metadataOwnerId` (partner ID) and `deviceId` are required path parameters. The request body must contain a JSON object with `deviceMetadata`. A successful response returns a `DeviceMetadata` instance. This action requires the `https://www.googleapis.com/auth/androidworkprovisioning` OAuth scope for authorization. The update is completed using a Transcoding syntax.\n"]]