Esta página está disponible solo en inglés por ahora.
Settings
Per-channel runtime knobs — distinct from webhook configuration (which lives under /v1/webhook-endpoints).
GET/v1/channels/:id/settingsBearer · API key
PATCH/v1/channels/:id/settingsBearer · API key
{
"pdo_sync": "minimal",
"offline_mode": false,
"full_history": false,
"media_auto_download": true,
"callback_backoff": [2, 5, 10, 30, 60]
}pdo_sync—'full' | 'minimal'.fullsyncs more peer-data on connect; slower boot, better fidelity.offline_mode— keep the socket present but stop sending outbound.full_history— request the full chat history backfill on first connect.media_auto_download— toggle automatic media ingestion into the proxy.callback_backoff— override the gateway's default delivery backoff curve (seconds) for this channel.