{ "opencollection": "1.0.0", "info": { "name": "FireHydrant REST Audits Priorities API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Priorities", "type": "folder" }, "items": [ { "info": { "name": "List priorities", "type": "http" }, "http": { "method": "GET", "url": "https://api.firehydrant.io/v1/priorities" }, "docs": "List priorities" }, { "info": { "name": "Create a priority", "type": "http" }, "http": { "method": "POST", "url": "https://api.firehydrant.io/v1/priorities", "body": { "type": "json", "data": "{}" } }, "docs": "Create a priority" } ] } ], "bundled": true }