AI-generated Key Takeaways
-
Updates an existing node using an HTTP PATCH request to a specified URL.
-
The request should include path and query parameters, with the body containing an instance of "Node".
-
A successful response will return an updated "Node" instance in the response body.
-
Authorization requires the
https://www.googleapis.com/auth/userinfo.email
scope.
Updates an existing node
.
HTTP request
PATCH https://sasportal.googleapis.com/v1alpha1/{node.name=customers/*/nodes/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
node.name |
Output only. Resource name. |
Query parameters
Parameters | |
---|---|
updateMask |
Fields to be updated. 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/userinfo.email