Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the REST Introduction for details.
[[["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 2025-03-06 UTC."],[[["This update applies to a single customer and uses JSON representation for data exchange."],["The update operation utilizes the `Customer` object and supports only updates, not creation or deletion."],["An `updateMask` field, utilizing FieldMask format, specifies the fields to be modified during the update."]]],["The provided content details a JSON representation for updating a customer. The `update` field, a `Customer` object, contains the modifications. The `updateMask` field, a string in `FieldMask` format, specifies which `Customer` fields are to be modified. Only updates are supported, and the `updateMask` uses comma-separated fully qualified field names to identify the fields being changed, as in the example \"user.displayName,photo\".\n"]]