{ "opencollection": "1.0.0", "info": { "name": "Yodeck REST API (Modeled) Layouts Shows API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Shows", "type": "folder" }, "items": [ { "info": { "name": "List shows", "type": "http" }, "http": { "method": "GET", "url": "https://app.yodeck.com/api/v1/shows/" }, "docs": "List shows" }, { "info": { "name": "Create a show", "type": "http" }, "http": { "method": "POST", "url": "https://app.yodeck.com/api/v1/shows/", "body": { "type": "json", "data": "{}" } }, "docs": "Create a show" }, { "info": { "name": "Retrieve a show", "type": "http" }, "http": { "method": "GET", "url": "https://app.yodeck.com/api/v1/shows/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The numeric identifier of the resource." } ] }, "docs": "Retrieve a show" }, { "info": { "name": "Update a show", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.yodeck.com/api/v1/shows/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The numeric identifier of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a show" }, { "info": { "name": "Delete a show", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.yodeck.com/api/v1/shows/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The numeric identifier of the resource." } ] }, "docs": "Delete a show" } ] } ], "bundled": true }