Create a new realtime channel using XanoScript
Create a new realtime channel using XanoScript
Authentication: required
POST
Create a new realtime channel using XanoScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Body
text/x-xanoscript
The body is of type string.
Example:
"realtime_channel foo {\n public_messaging = {active: false}\n private_messaging = {active: false}\n settings = {\n anonymous_clients: false\n nested_channels : false\n message_history : 0\n auth_channel : false\n presence : false\n }\n}\n"
Create a new realtime channel using XanoScript