{ "opencollection": "1.0.0", "info": { "name": "Modern Treasury AccountCapability JournalReport API", "version": "v1" }, "items": [ { "info": { "name": "JournalReport", "type": "folder" }, "items": [ { "info": { "name": "list journal_reports", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:3000/api/journal_reports", "params": [ { "name": "status", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve a list of journal reports" }, { "info": { "name": "show journal_report", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:3000/api/journal_reports/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the journal report" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve a specific journal report" }, { "info": { "name": "update journal_report", "type": "http" }, "http": { "method": "PATCH", "url": "http://localhost:3000/api/journal_reports/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the journal report" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update a journal report" } ] } ], "bundled": true }