Skip to main content
PATCH
/
notification-providers
/
{id}
/
toggle
Toggle a notification provider enabled status
curl --request PATCH \
  --url https://api.example.com/notification-providers/{id}/toggle \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

The notification provider has been successfully toggled.

The response is of type object.