{ "opencollection": "1.0.0", "info": { "name": "REST Auth Document API", "version": "1.1.0" }, "items": [ { "info": { "name": "Document", "type": "folder" }, "items": [ { "info": { "name": "Get all the documents for a retailer", "type": "http" }, "http": { "method": "GET", "url": "https://api.primis.cx/documents" }, "docs": "Get all the documents for a retailer" }, { "info": { "name": "Create new document", "type": "http" }, "http": { "method": "POST", "url": "https://api.primis.cx/documents", "body": { "type": "json", "data": "{}" } }, "docs": "Create new document" }, { "info": { "name": "Update a document", "type": "http" }, "http": { "method": "PUT", "url": "https://api.primis.cx/documents/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of the document" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a document" } ] } ], "bundled": true }