[[["সহজে বোঝা যায়","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-11-12 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["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"]]