Updates reseller metadata associated with the device.
HTTP request
POST https://androiddeviceprovisioning.googleapis.com/v1/partners/{metadataOwnerId}/devices/{deviceId}/metadata
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
metadataOwnerId |
Required. The owner of the newly set metadata. Set this to the partner ID. |
deviceId |
Required. The ID of the device. |
Request body
The request body contains data with the following structure:
JSON representation | |
---|---|
{
"deviceMetadata": {
object ( |
Fields | |
---|---|
deviceMetadata |
Required. The metadata to attach to the device. |
Response body
If successful, the response body contains an instance of DeviceMetadata
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidworkprovisioning
For more information, see the OAuth 2.0 Overview.