{ "opencollection": "1.0.0", "info": { "name": "Control API v1 apps Publishing API", "version": "1.0.32" }, "items": [ { "info": { "name": "Publishing", "type": "folder" }, "items": [ { "info": { "name": "Publish a message to a channel", "type": "http" }, "http": { "method": "POST", "url": "https://control.ably.net/v1/channels/:channel_id/messages", "headers": [ { "name": "X-Ably-Version", "value": "" } ], "params": [ { "name": "format", "value": "", "type": "query", "description": "The response format you would like" }, { "name": "channel_id", "value": "", "type": "path", "description": "The [Channel's ID](https://www.ably.io/documentation/rest/channels)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Publish a message to the specified channel" } ] } ], "bundled": true }