[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["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"]]