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