{ "opencollection": "1.0.0", "info": { "name": "Assembled Activities Skills API", "version": "2026-05-24" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Skills", "type": "folder" }, "items": [ { "info": { "name": "Assembled List Skills", "type": "http" }, "http": { "method": "GET", "url": "https://api.assembledhq.com/v0/skills" }, "docs": "Assembled List Skills" }, { "info": { "name": "Assembled Create Skill", "type": "http" }, "http": { "method": "POST", "url": "https://api.assembledhq.com/v0/skills", "body": { "type": "json", "data": "{}" } }, "docs": "Assembled Create Skill" }, { "info": { "name": "Assembled Delete Skills", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.assembledhq.com/v0/skills", "params": [ { "name": "ids", "value": "", "type": "query" } ] }, "docs": "Assembled Delete Skills" }, { "info": { "name": "Assembled Update Skill", "type": "http" }, "http": { "method": "PUT", "url": "https://api.assembledhq.com/v0/skills/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Assembled Update Skill" } ] } ], "bundled": true }