[[["易于理解","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"]],["最后更新时间 (UTC):2025-02-25。"],[[["Updates an existing inventory source group with the provided details using a PATCH request."],["Requires specifying the inventory source group ID in the path and the fields to update in the query parameter `updateMask`."],["Must identify the owning entity (partner or advertiser) using the `owner` query parameter."],["The request body should contain the updated `InventorySourceGroup` object, and a successful response will return the updated object."],["Authorization requires the `https://www.googleapis.com/auth/display-video` scope."]]],["This describes updating an inventory source group via a `PATCH` HTTP request to a specific URL. The request requires the inventory source group's unique ID as a path parameter. The `updateMask` and an `owner` which could be a `partnerId` or `advertiserId` need to be defined as query parameters. The updated group's data is sent in the request body and returned in the response body. This call requires the `display-video` authorization scope.\n"]]