Update realtime channel details using XanoScript
Update realtime channel details using XanoScript
Authentication: required
PUT
Update realtime channel details using XanoScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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"
Retrieve a realtime channel
Previous
Delete a realtime channel permanently. This action cannot be undone
Next
Update realtime channel details using XanoScript