[[["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-02-25 UTC."],[[["This operation updates email preferences for a Merchant Center account user, focusing on the authenticated user."],["Only specified preferences within the `updateMask` will be modified, leaving others untouched."],["The request requires a `PATCH` call to a specific endpoint with path and query parameters."],["Request and response bodies utilize the `EmailPreferences` resource for data exchange."],["Authorization requires the `https://www.googleapis.com/auth/content` scope."]]],["This describes updating email preferences for a Merchant Center account user via a PATCH request to `https://merchantapi.googleapis.com/accounts/v1beta/{emailPreferences.name=accounts/*/users/*/emailPreferences}`. The request must include an `updateMask` query parameter specifying which fields to update (e.g., `newsAndTips`). The request body contains the new `EmailPreferences` values. The user should use the `name=accounts/*/users/me/emailPreferences` alias to update their preferences. The `https://www.googleapis.com/auth/content` OAuth scope is required. Successful updates return an instance of `EmailPreferences`.\n"]]