[[["わかりやすい","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-02-25 UTC。"],[[["This request updates an existing channel within Display & Video 360 and returns the updated channel data upon success."],["The request requires identification of the channel owner, which can be either a partner or an advertiser, along with the channel ID."],["You can specify fields to update using the `updateMask` parameter and provide the modified channel data in the request body."],["Authorization using the `https://www.googleapis.com/auth/display-video` scope is necessary for this request."]]],["This describes updating a channel using a PATCH request to a specified URL. The request requires path parameters `partnerId` and `channel.channelId`, as well as a required `owner` parameter which can be `partnerId`. The request also needs `updateMask` and `owner` as query parameters where `owner` can also be `advertiserId`. The request body contains a `Channel` instance. Upon success, the response body returns the updated `Channel`. It needs `display-video` OAuth scope.\n"]]