The request body contains data with the following structure:
JSON representation
{"partnerId": string,// Union field accessors_change can be only one of the following:"assignPartner": boolean,"advertisersUpdate": {object (AdvertisersUpdate)}// End of list of possible types for union field accessors_change.}
The advertisers to add or remove from the list of advertisers that have read/write access to the inventory source. This change will remove an existing partner read/write accessor.
[[["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."],[[["Display & Video 360 API v2 has been sunset and this documentation details the editInventorySourceReadWriteAccessors endpoint."],["This endpoint edits the read/write accessors of an inventory source, allowing the setting of partner context or specific advertisers as accessors."],["The request body requires specification of the partner ID making the change and details of the access change, such as adding or removing advertisers or assigning partner access."],["Successful responses will contain the updated InventorySourceAccessors for the modified inventory source."],["Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope."]]],["The provided content outlines how to edit read/write accessors for an inventory source using the Display & Video 360 API. Key actions involve sending a POST request to a specific URL with the `inventorySourceId`. The request body must include a `partnerId` and define the `accessors_change`, either assigning partner access via a boolean or updating advertisers with read/write privileges via an `AdvertisersUpdate` object. Successful requests return an updated `InventorySourceAccessors`. The API method requires OAuth scope authorization.\n"]]