action files_post_bundle_notifications { label: "Create Bundle Notification" description: "Create Bundle Notification" provider: files method: POST path: "/bundle_notifications" encoding: json output: { type: "object" description: "List Bundle Notifications" properties: { bundle_id: { type: "integer" format: "int32" description: "Bundle ID to notify on" } id: { type: "integer" format: "int32" description: "Bundle Notification ID" } notify_on_registration: { type: "boolean" description: "Triggers bundle notification when a registration action occurs for it." } notify_on_upload: { type: "boolean" description: "Triggers bundle notification when a upload action occurs for it." } user_id: { type: "integer" format: "int32" description: "The id of the user to notify." } } } }