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.
The mutated customer asset with only mutable fields after mutate. The field will only be returned when responseContentType is set to "MUTABLE_RESOURCE".
[[["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."],[[["The JSON representation of the customer asset mutate result includes the resource name and the mutated customer asset."],["`resourceName` is a string returned for successful operations."],["`customerAsset` is an object containing the mutated customer asset and is only returned when `responseContentType` is set to \"MUTABLE_RESOURCE\"."]]],["The output of a customer asset mutation is detailed in a JSON format. Successful operations return a `resourceName` (string). Additionally, when `responseContentType` is \"MUTABLE_RESOURCE,\" a `customerAsset` object is included, reflecting the mutated asset with only its altered fields. The CustomerAsset object is located at a specific reference path, it is not provided in the response directly.\n"]]