AI-generated Key Takeaways
-
Updates an existing node using an HTTP PATCH request to the specified URL.
-
The request should include path and query parameters, specifying the node's name and fields to update respectively.
-
The request body must contain a
Nodeobject, representing the updated node data. -
Upon successful completion, the response body will also include the updated
Nodeobject. -
Users need the
https://www.googleapis.com/auth/sasportalOAuth scope to perform this action.
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 |
Output only. Resource name. |
Query parameters
| Parameters | |
|---|---|
updateMask |
Fields to be updated. This is a comma-separated list of fully qualified names of fields. Example: |
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/sasportal