{ "opencollection": "1.0.0", "info": { "name": "Acast Publishing Ad Markers API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Ad Markers", "type": "folder" }, "items": [ { "info": { "name": "Place or update ad markers", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.acast.com/shows/:showId/episodes/:episodeId/ad-markers", "params": [ { "name": "showId", "value": "", "type": "path", "description": "The unique identifier of the show." }, { "name": "episodeId", "value": "", "type": "path", "description": "The unique identifier of the episode." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sets or updates the ad markers on an episode so dynamic ad insertion knows where to place pre-roll, mid-roll, and post-roll ads. Disabling monetization per episode is not supported through the API. Path modeled; the ad-marker-via-PATCH operation is confirmed from documentation." } ] } ], "bundled": true }