[[["Прост для понимания","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-09 UTC."],[[["This operation updates an existing advertiser using an HTTP PATCH request to the specified URL."],["You need to provide the advertiser ID as a path parameter and specify the fields to update using the `updateMask` query parameter."],["The request body should contain the updated advertiser details as defined in the `Advertiser` resource."],["Upon success, the API returns the updated `Advertiser` resource."],["Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope."]]],["This describes updating an advertiser using a PATCH request to a specified URL. The request requires the advertiser's unique ID in the path and an `updateMask` in the query to indicate which fields to modify. The request body contains the updated `Advertiser` data. A successful response returns the modified `Advertiser`. The process requires OAuth scope authorization. The URL follows gRPC Transcoding syntax. The advertiser id is provided by the system.\n"]]