Update a notification provider
Notification Providers
Update a notification provider
PATCH
Update a notification provider
Documentation Index
Fetch the complete documentation index at: https://docs.justanotheruptime.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
The type of notification provider
Available options:
email, sms, slack, webhook, discord, teams, telegram, whatsapp, pagerduty The name of the notification provider
The configuration for the notification provider
Whether the notification provider is enabled
Start time for quiet hours (HH:MM format)
Pattern:
^([0-1]?[0-9]|2[0-3]):[0-5][0-9]$End time for quiet hours (HH:MM format)
Pattern:
^([0-1]?[0-9]|2[0-3]):[0-5][0-9]$The ID of the project this notification provider belongs to
Response
The notification provider has been successfully updated.
The response is of type object.