[[["容易理解","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 (世界標準時間)。"],[[["This document outlines the process for updating an existing inventory source using the Display & Video 360 API."],["The API request requires specific path and query parameters, including inventory source ID and update mask."],["The request body should contain an `InventorySource` object with the desired updates."],["A successful response will return the updated `InventorySource` object."],["This operation needs authorization with the `https://www.googleapis.com/auth/display-video` scope."]]],["This document outlines the process for updating an existing inventory source via the Display & Video 360 API. Using a `PATCH` request to a specified URL, you must provide the inventory source's unique ID. Required query parameters include an `updateMask` to specify fields for modification and an `accessor` to identify the relevant DV360 entity (either `partnerId` or `advertiserId`). The request body must contain the updated `InventorySource` data. Upon successful update, the updated `InventorySource` is returned. The request requires authorization via the OAuth scope `https://www.googleapis.com/auth/display-video`.\n"]]