Appearance
Update Notification Config
Update an existing notification configuration. Requires ADMIN permissions.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
notificationSchemaId* | string | The unique identifier of the notification config to update |
body.name | string | Updated display name |
body.trigger | string | Updated trigger event |
body.recipients | object | Updated recipient configuration |
body.template | object | Updated notification message template |
Return Value
The updated notification configuration.
Examples
bash
curl -X PUT "https://app.wombat.software/api/{targetPath}/notification/:notificationSchemaId" \
-H "Content-Type: application/json" \
-H "Authentication: Bearer ..." \
-d '{"name": "Updated Alert Name"}'ENDPOINTS
put
/api/{targetPath}/notification/:notificationSchemaId