curl --request PUT \
--url https://x8ki-letl-twmt.n7.xano.io/api:meta/workspace/{workspace_id}/realtime \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"enabled": true,
"hash": "<string>",
"channels": [
{
"anonymous_clients": true,
"client_authenticated_messaging": true,
"client_private_messaging": true,
"client_private_messaging_authenticated_only": true,
"client_public_messaging": true,
"client_public_messaging_authenticated_only": true,
"description": "<string>",
"enabled": true,
"id": 123,
"pattern": "<string>",
"presence": true,
"wildcard": true
}
]
}'