Stay organized with collections
Save and categorize content based on your preferences.
Updates a device's updatable properties, such as annotatedUser, annotatedLocation, notes, orgUnitPath, or annotatedAssetId. This method supports patch semantics.
The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the my_customer alias to represent your account's customerId. The customerId is also returned as part of the Users resource.
deviceId
string
The unique ID of the device. The deviceIds are returned in the response from the chromeosdevices.list method.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-22 UTC."],[[["This method updates specific properties of a Chrome OS device like user, location, notes, or asset ID."],["It uses a PATCH request and supports patch semantics, allowing partial updates."],["Requires authorization with the `https://www.googleapis.com/auth/admin.directory.device.chromeos` scope."],["Identifies the target device using `customerId` and `deviceId` parameters."],["The `projection` parameter controls the level of detail returned in the response."]]],[]]