Method: customers.patch

  • This operation updates an existing customer using an HTTP PATCH request.

  • The request should target https://sasportal.googleapis.com/v1alpha1/{customer.name=customers/*} and include the customer's resource name as a path parameter.

  • It's possible to specify fields to update using the updateMask query parameter in FieldMask format.

  • Both the request and response bodies utilize the Customer object for data exchange, requiring https://www.googleapis.com/auth/sasportal authorization scope.

Updates an existing customer.

HTTP request

PATCH https://sasportal.googleapis.com/v1alpha1/{customer.name=customers/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
customer.name

string

Output only. Resource name of the customer.

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 Customer.

Response body

If successful, the response body contains an instance of Customer.

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/sasportal