{ "opencollection": "1.0.0", "info": { "name": "Helpcenter IM_Message API", "version": "1.0.0" }, "items": [ { "info": { "name": "IM_Message", "type": "folder" }, "items": [ { "info": { "name": "Initiate Session", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/im/channels/:channelId/initiateSession", "params": [ { "name": "channelId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API initiates a session with a template message" }, { "info": { "name": "Update Channel logo", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/channels/:channel_id/photo", "params": [ { "name": "channel_id", "value": "", "type": "path" } ], "body": { "type": "multipart-form", "data": [ { "name": "photo", "type": "text", "value": "" } ] } }, "docs": "This API updates the logo for the given channel. Logo of SYSTEM channels cannot be updated." } ] } ], "bundled": true }