Skip to main content
PATCH
/
notification-providers
/
{id}
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
type
enum<string>

The type of notification provider

Available options:
email,
sms,
slack,
webhook,
discord,
teams,
telegram,
whatsapp,
pagerduty
name
string

The name of the notification provider

config
object

The configuration for the notification provider

isEnabled
boolean

Whether the notification provider is enabled

quietHoursStart
string

Start time for quiet hours (HH:MM format)

quietHoursEnd
string

End time for quiet hours (HH:MM format)

projectId
string

The ID of the project this notification provider belongs to

Response

The notification provider has been successfully updated.

The response is of type object.