[[["समझने में आसान है","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"]]