Method: nodes.devices.patch
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
This operation updates a device's information using an HTTP PATCH request to a specific URL.
The request should include path and query parameters, and the body should contain the updated device data in JSON format, as per the Device object specification.
A successful response will return the updated Device object, indicating the changes have been applied.
Authorization is required using the https://www.googleapis.com/auth/sasportal OAuth scope for this operation to be permitted.
[[["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 2023-12-05 UTC."],[],["This document details updating a device via a PATCH request to a specified URL using gRPC Transcoding. The request targets a device resource identified by its path (`device.name`). Modifications are made using the `updateMask` query parameter, which dictates the fields to be updated. The request body holds the updated `Device` instance, and upon successful execution, the response body returns the modified `Device` data. Authorization requires the `sasportal` OAuth scope.\n"]]