Method: customers.nodes.patch

  • Updates an existing node using an HTTP PATCH request to the specified URL.

  • The request should include path and query parameters, along with a request body containing the Node object to be updated.

  • A successful response will contain the updated Node object in the response body.

  • Authorization requires the https://www.googleapis.com/auth/sasportal OAuth 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

string

Output only. Resource name.

Query parameters

Parameters
updateMask

string (FieldMask format)

Fields to be updated.

This is 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/sasportal