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