{ "opencollection": "1.0.0", "info": { "name": "Unleash Admin Addons Banners API", "version": "7.4.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Banners", "type": "folder" }, "items": [ { "info": { "name": "Get All Banners.", "type": "http" }, "http": { "method": "GET", "url": "https://app.unleash-instance.example.com/api/admin/banners" }, "docs": "**Enterprise feature**\n\nReturns a list of all configured banners." }, { "info": { "name": "Create a Banner.", "type": "http" }, "http": { "method": "POST", "url": "https://app.unleash-instance.example.com/api/admin/banners", "body": { "type": "json", "data": "{}" } }, "docs": "**Enterprise feature**\n\nCreates a new banner." }, { "info": { "name": "Update a Banner.", "type": "http" }, "http": { "method": "PUT", "url": "https://app.unleash-instance.example.com/api/admin/banners/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "**Enterprise feature**\n\nUpdates an existing banner identified by its id." }, { "info": { "name": "Delete a Banner.", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.unleash-instance.example.com/api/admin/banners/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "**Enterprise feature**\n\nDeletes an existing banner identified by its id." }, { "info": { "name": "Enables a Banner.", "type": "http" }, "http": { "method": "POST", "url": "https://app.unleash-instance.example.com/api/admin/banners/:id/on", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "**Enterprise feature**\n\nEnables an existing banner, identified by its id." }, { "info": { "name": "Disables a Banner.", "type": "http" }, "http": { "method": "POST", "url": "https://app.unleash-instance.example.com/api/admin/banners/:id/off", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "**Enterprise feature**\n\nDisables an existing banner, identified by its id." } ] } ], "bundled": true }