Required. The mask to control which fields to update.
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
Union parameter owner. Required. Identifies the DV360 entity that owns the inventory source group. It can be either a partner or an advertiser. owner can be only one of the following:
[[["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 2025-01-09 UTC."],[[["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"]]