put
Update notification channel
Updates a channel's display name or configuration. Send only fields you want to change.
Required API key scope
notifications:update
/api/v1/team/notifications/channels/{channelId}Code samples
curl --request PUT \
--url https://api.emailguard.co/api/v1/team/notifications/channels/YOUR_ID \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{}'Parameters
Path parameters
| Name | Type | Description |
|---|---|---|
| channelIdrequired | string | UUID of the notification channel to update |
Request body
Updated channel name and/or configuration
configobject
Updated type-specific configuration. Omit to leave unchanged.
namestring
Updated display name. Omit to leave unchanged.