[[["התוכן קל להבנה","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"]],["עדכון אחרון: 2023-12-02 (שעון UTC)."],[[["Display & Video 360 API v1 is sunset and this documentation details the channel update process for partners using the API."],["This API endpoint allows updating specific fields of a channel by providing a field mask in the request."],["Channel updates require authorization with the `https://www.googleapis.com/auth/display-video` scope."],["Successful requests will return the updated channel data in the response body."],["Developers can identify channels and partners using unique IDs passed as path parameters in the API request."]]],["The provided content outlines the process for updating a channel using the Display & Video 360 API. The `PATCH` request, directed to `https://displayvideo.googleapis.com/v1/partners/{partnerId}/channels/{channel.channelId}`, requires `partnerId` and `channel.channelId` in the URL. The `updateMask` is a necessary query parameter. An instance of a `Channel` is sent in the request body, and the response body returns the updated `Channel` upon success. The API uses the `display-video` OAuth scope for authorization.\n"]]