Method: customers.patch

  • This operation updates an existing customer within the Spectrum Access System.

  • The request must use the PATCH method and provide the customer's resource name in the URL path.

  • An optional updateMask query parameter specifies the fields to be updated.

  • The request body should contain the updated customer data in the Customer format.

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

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/userinfo.email