Method: customers.patchStay organized with collectionsSave and categorize content based on your preferences.
Page Summary
This operation updates an existing customer using an HTTP PATCH request.
The request should targethttps://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 theupdateMaskquery parameter inFieldMaskformat.
Both the request and response bodies utilize theCustomerobject for data exchange, requiringhttps://www.googleapis.com/auth/sasportalauthorization scope.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-12-05 UTC."],[],["The content describes updating a customer resource via a PATCH request to a specific URL endpoint. The request URL uses gRPC Transcoding syntax and includes a customer name as a path parameter. It also takes an `updateMask` query parameter specifying the fields to modify. The request body contains the `Customer` instance for update, and a successful response will also contain a `Customer` instance. The request requires `https://www.googleapis.com/auth/sasportal` authorization scope.\n"]]