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