AI-generated Key Takeaways
-
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 |
Output only. Resource name of the customer. |
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 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