Skip to main content
PATCH
Channels that have not been verified cannot be updated.

Path parameters

string
required
The unique identifier of the notification channel to update.

Body

string
The existing channel type: webhook or email. This field is immutable. If provided, it must match the channel’s current type.
string
Updated channel description. Maximum 255 characters.
array
Updated list of event types to subscribe to.
boolean
Whether the channel is active.
string
Updated webhook endpoint URL. Applies when channel_type is webhook.
string
Updated signing secret for verifying incoming webhook requests. Must be between 24 and 75 bytes. Applies when channel_type is webhook. Omit to keep the current value, or pass an empty string to remove the custom secret.Use this secret to verify incoming webhook requests.
object
Updated email delivery configuration. Applies when channel_type is email.

Response

string
required
Unique identifier for the channel.
string
required
Channel type: webhook or email.
array
required
Subscribed event types.
boolean
required
Whether the channel is active.
string
required
ISO 8601 timestamp when the channel was created.
string
required
ISO 8601 timestamp when the channel was last updated.
string
Channel description.
string
Webhook endpoint URL. Present when channel_type is webhook.
object
Email delivery configuration. Present when channel_type is email.