Method: nodes.nodes.patch
Stay organized with collections
Save and categorize content based on your preferences.
Updates an existing node
.
HTTP request
PATCH https://sasportal.googleapis.com/v1alpha1/{node.name=nodes/*/nodes/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
node.name |
string
Output only. Resource name.
|
Query parameters
Parameters |
updateMask |
string (FieldMask format)
Fields to be updated. A comma-separated list of fully qualified names of fields. Example: "user.displayName,photo" .
|
Request body
The request body contains an instance of Node
.
Response body
If successful, the response body contains an instance of Node
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/userinfo.email
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-12-05 UTC.
[[["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 operation updates an existing node using an HTTP PATCH request to a specific URL."],["The request must include path and query parameters, along with a request body containing the updated node data in JSON format."],["A successful response will return the updated node data in the response body."],["Authorization is required using the `https://www.googleapis.com/auth/userinfo.email` scope."]]],["This document details how to update a node using a PATCH request. The request URL follows gRPC Transcoding syntax and includes a `node.name` path parameter. The `updateMask` query parameter specifies which fields to update, using a comma-separated list. The request body contains the updated `Node` data, and a successful response will return an updated `Node` instance. Authorization requires the `https://www.googleapis.com/auth/userinfo.email` OAuth scope.\n"]]