latestOpenAPI 3.0.02026-07-135965404.0 KB
a1bd874b5960
Notifications
Update a notification
Update an existing notification. You can add additional emails or change the action or users that cause a notification to trigger.
When updating recipient emails, make sure your recipients parameter contains the full list of people who should be included on the notification. If you resend the list without an existing recipient, they will be deleted from the notification emails.
Notes:
- You need to have the notifications permission to update a notification.
- You can only change notifications owned by your user account.
patch/notifications/{id}
Path parameters
idinteger required
ID of the notification. Use GET /notifications if you need to lookup an ID.
Headers
ev-api-keystring required
API Key required to make the API call.
ev-access-tokenstring required
Access token required to make the API call.
Request body
Example request
{
"action": "all",
"usernames": [
"notice_user_all"
],
"sendEmail": true,
"recipients": [
"myemail@example.com"
]
}Response
Successful Operation
NotificationResponse required— unresolved $ref