{ "opencollection": "1.0.0", "info": { "name": "Forem API V1 agent_sessions billboards API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "api-key", "value": "{{api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "billboards", "type": "folder" }, "items": [ { "info": { "name": "Billboards", "type": "http" }, "http": { "method": "GET", "url": "https://dev.to/api/api/billboards" }, "docs": "This endpoint allows the client to retrieve a list of all billboards." }, { "info": { "name": "Create a billboard", "type": "http" }, "http": { "method": "POST", "url": "https://dev.to/api/api/billboards", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint allows the client to create a new billboard." }, { "info": { "name": "A billboard (by id)", "type": "http" }, "http": { "method": "GET", "url": "https://dev.to/api/api/billboards/:id", "params": [ { "name": "id", "value": "123", "type": "path", "description": "The ID of the billboard." } ] }, "docs": "This endpoint allows the client to retrieve a single billboard, via its id." }, { "info": { "name": "Update a billboard by ID", "type": "http" }, "http": { "method": "PUT", "url": "https://dev.to/api/api/billboards/:id", "params": [ { "name": "id", "value": "123", "type": "path", "description": "The ID of the billboard." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint allows the client to update the attributes of a single billboard, via its id." }, { "info": { "name": "Unpublish a billboard", "type": "http" }, "http": { "method": "PUT", "url": "https://dev.to/api/api/billboards/:id/unpublish", "params": [ { "name": "id", "value": "123", "type": "path", "description": "The ID of the billboard to unpublish." } ] }, "docs": "This endpoint allows the client to remove a billboard from rotation by un-publishing it." } ] } ], "bundled": true }