v1

latestOpenAPI 3.0.32026-07-261910783.9 KB
Configuration

config/edit

Apply typed app, ad unit, ad unit group, account bidder, network mapping, list, tag, test-device, line-item, and A/B test config edits. Requires the configuration:write permission. Ordinary config edit actions apply to a draft: if config_id points to a draft, that draft is edited in place; otherwise a new draft is created. A/B test create also creates a draft. A/B test update, start, end, promote, and delete actions publish the resulting configuration as live and must be submitted as the only operation in the request. Ad-unit and line-item bidfloor values are decimal USD CPM; for example, 1.5 means $1.50 CPM.

post/config/edit

Request body

config_idstring

Config row ID to edit. Defaults to the current live config. Draft configs are edited in place; published configs are copied into a new draft.

summarystring

Draft name or edit summary. Required for ordinary draft edits. Optional for A/B test operations; when provided, it is used as the draft or published version label.

Response

Result of the applied config edit. Ordinary edits and A/B test create return a draft result; A/B test update, start, end, promote, and delete return a published config result.

OR
OR