AI-generated Key Takeaways
- 
          
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
updateMaskquery parameter inFieldMaskformat. - 
          
Both the request and response bodies utilize the
Customerobject for data exchange, requiringhttps://www.googleapis.com/auth/sasportalauthorization 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. This is 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/sasportal