v4

latestSwagger 2.02026-08-0343714211.7 MB
bundle_notifications
Bundle Notifications

Update Share Link Notification

Update Share Link Notification

patch/bundle_notifications/{id}

Path parameters

idinteger required

Bundle Notification ID.

Response

The BundleNotifications object.

bundle_idinteger

Bundle ID to notify on

idinteger

Bundle Notification ID

notify_on_registrationboolean

Triggers bundle notification when a registration action occurs for it.

notify_on_uploadboolean

Triggers bundle notification when a upload action occurs for it.

notify_current_userboolean

Is the current user the user to notify?

notify_user_idinteger

The id of the user to notify.

workspace_idinteger

Workspace ID. 0 means the default workspace.

Example response

{
  "bundle_id": 1,
  "id": 1,
  "notify_on_registration": true,
  "notify_on_upload": true,
  "notify_current_user": true,
  "notify_user_id": 1,
  "workspace_id": 1
}