{ "opencollection": "1.0.0", "info": { "name": "Den Admin Teams API", "version": "dev" }, "items": [ { "info": { "name": "Teams", "type": "folder" }, "items": [ { "info": { "name": "Create team", "type": "http" }, "http": { "method": "POST", "url": "https://api.openworklabs.com/v1/teams", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a team inside an organization and can optionally attach existing organization members to it." }, { "info": { "name": "Update team", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.openworklabs.com/v1/teams/:teamId", "params": [ { "name": "teamId", "value": "", "type": "path", "description": "Den TypeID with 'tem_' prefix and a 26-character base32 suffix." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a team's name and-or membership list within an organization." }, { "info": { "name": "Delete team", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.openworklabs.com/v1/teams/:teamId", "params": [ { "name": "teamId", "value": "", "type": "path", "description": "Den TypeID with 'tem_' prefix and a 26-character base32 suffix." } ] }, "docs": "Deletes a team and removes its related hub-access and team-membership records." } ] } ], "bundled": true }