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
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 (24 to 75 ASCII characters). Applies when channel_type is webhook. Omit to keep the current value.Use this secret to verify incoming webhook requests. If you do not provide a secret, you cannot use secret-based verification for 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.