Method: partners.devices.metadata
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-13。
[null,null,["最后更新时间 (UTC):2024-10-13。"],[[["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"]]