v4
latestSwagger 2.02026-08-0343714211.7 MBnotifications
Notifications
Update Notification
Update Notification
patch/notifications/{id}
Path parameters
idinteger required
Notification ID.
Response
The Notifications object.
Example response
{
"id": 1,
"path": "path",
"group_name": "example",
"group_ids": [
1
],
"group_names": [
"example"
],
"triggering_group_ids": [
1
],
"triggering_user_ids": [
1
],
"trigger_by_share_recipients": true,
"notify_user_actions": true,
"notify_on_copy": true,
"notify_on_delete": true,
"notify_on_download": true,
"notify_on_move": true,
"notify_on_upload": true,
"recursive": true,
"send_interval": "fifteen_minutes",
"subject": "Vendor A CSV Activity",
"message": "custom notification email message",
"triggering_filenames": [
"*.jpg",
"notify_file.txt"
],
"workspace_id": 1,
"unsubscribed": true,
"unsubscribed_reason": "example",
"user_id": 1,
"username": "User",
"suppressed_email": true
}