{ "opencollection": "1.0.0", "info": { "name": "Duda Partner Accounts Blog API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Blog", "type": "folder" }, "items": [ { "info": { "name": "Create Blog", "type": "http" }, "http": { "method": "POST", "url": "https://api.duda.co/api/sites/multiscreen/:site_name/blog", "params": [ { "name": "site_name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a blog for a site." } ] } ], "bundled": true }