Необходимый. Список полей, которые необходимо обновить. Имена полей должны быть записаны в змеином регистре (например, «field_to_update»). Пропущенные поля не будут обновлены. Чтобы заменить всю сущность, используйте один путь со строкой «*», чтобы соответствовать всем полям.
Это разделенный запятыми список полных имен полей. Пример: "user.displayName,photo" .
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-01-14 UTC."],[[["This document explains how to update an existing Google Analytics account using the `PATCH` HTTP request method."],["You will need to provide the `account.name` as a path parameter and `updateMask` as a query parameter specifying the fields to update."],["The request body should contain the updated account details in the format of the [Account](/analytics/devguides/config/admin/v1/rest/v1alpha/accounts#Account) object."],["A successful request will return the updated [Account](/analytics/devguides/config/admin/v1/rest/v1alpha/accounts#Account) object in the response body."],["Authorization is required with the `https://www.googleapis.com/auth/analytics.edit` OAuth scope."]]],[]]