{ "opencollection": "1.0.0", "info": { "name": "Axiom REST Annotations Roles API", "version": "1.0.0" }, "items": [ { "info": { "name": "Roles", "type": "folder" }, "items": [ { "info": { "name": "List all roles", "type": "http" }, "http": { "method": "GET", "url": "https://api.axiom.co/roles" }, "docs": "List all roles" }, { "info": { "name": "Create role", "type": "http" }, "http": { "method": "POST", "url": "https://api.axiom.co/roles" }, "docs": "Create role" }, { "info": { "name": "Retrieve role", "type": "http" }, "http": { "method": "GET", "url": "https://api.axiom.co/roles/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve role" }, { "info": { "name": "Update role", "type": "http" }, "http": { "method": "PUT", "url": "https://api.axiom.co/roles/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update role" }, { "info": { "name": "Delete role", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.axiom.co/roles/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete role" } ] } ], "bundled": true }