{ "opencollection": "1.0.0", "info": { "name": "UBC Abacus Dataverse Access Roles API", "version": "5.9" }, "items": [ { "info": { "name": "Roles", "type": "folder" }, "items": [ { "info": { "name": "createNewRole", "type": "http" }, "http": { "method": "POST", "url": "https://abacus.library.ubc.ca/api/v1/roles", "params": [ { "name": "dvo", "value": "", "type": "query" } ] } }, { "info": { "name": "viewRole", "type": "http" }, "http": { "method": "GET", "url": "https://abacus.library.ubc.ca/api/v1/roles/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "deleteRole", "type": "http" }, "http": { "method": "DELETE", "url": "https://abacus.library.ubc.ca/api/v1/roles/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }