v1
latestOpenAPI 3.0.32026-07-26172157253.6 KBChannels
Update Channel
Update an existing channel's configuration
put/api/realtime/channels/{id}
Path parameters
idstring uuid required
Request body
Example request
{
"pattern": "order:%",
"description": "Updated order channel",
"webhookUrls": [
"https://example.com/webhook"
]
}Response
Channel updated successfully
Example response
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"pattern": "order:%",
"description": "Order updates channel",
"webhookUrls": [
"https://example.com/webhook"
],
"enabled": true,
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-15T10:30:00Z"
}