{ "opencollection": "1.0.0", "info": { "name": "GorillaDesk Company Note API" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Note", "type": "folder" }, "items": [ { "info": { "name": "Create a customer note", "type": "http" }, "http": { "method": "POST", "url": "https://api.gorilladesk.com/v1/customers/:customerId/notes", "params": [ { "name": "customerId", "value": "", "type": "path", "description": "Customer Id" } ], "body": { "type": "multipart-form", "data": [ { "name": "content", "type": "text", "value": "" }, { "name": "notify_users", "type": "text", "value": "" }, { "name": "attachments", "type": "text", "value": "" } ] } }, "docs": "Create a customer note" } ] } ], "bundled": true }