{ "opencollection": "1.0.0", "info": { "name": "FireHydrant REST Audits Conversations API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Conversations", "type": "folder" }, "items": [ { "info": { "name": "Create a comment on a conversation", "type": "http" }, "http": { "method": "POST", "url": "https://api.firehydrant.io/v1/conversations/:conversation_id/comments", "params": [ { "name": "conversation_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a comment on a conversation" } ] } ], "bundled": true }