Skip to main content

Update a notification channel

PATCH 
/notification_channels/:id

Update a notification channel.

Request

Path Parameters

    id uuidrequired

    The id of the resource.

Body

required

Update notification channel object

    notification_profile_id string

    A UUID reference to the associated Notification Profile.

    channel_type_id string

    Possible values: [sms, voice, email, webhook]

    A Channel Type ID

    channel_destination string

    The destination associated with the channel type.

Responses

200: A Notification Channel response

default: Unexpected error

Loading...