Edit IO

PUT {{campaign_url}}/insertionOrders/:insertionOrderId

Edit an existing IO

You can edit all settings (except status) for an existing IO by sending this PUT request. To update IO status, send a PUT Update IO Status request.

To update IO settings, open the body tab to edit the JSON object. See POST New IO documentation for information on field definitions and allowed values.

The following fields must be included in the request body, but cannot actually be edited:

  • customPackageMode
  • pacingBasis

For information on obtaining the insertionOrderId, see GET Existing IO documentation.