cURL
curl --request PATCH \ --url https://api.dataraven.io/v1/teams/{team_id}/notifications/{notification_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "event_filters": {}, "apprise_url": "<string>", "message_template": "<string>", "is_enabled": true } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "event_type": "<string>", "event_filters": {}, "message_template": "<string>", "is_enabled": true, "apprise_vault_secret_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Update a notification configuration.
Required Role: ADMIN or OWNER
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Schema for updating a notification config
1 - 255
1 - 2048
10000
Successful Response
Schema for notification config API responses