Module notification

Source
Expand description

§Notifications Controller

Handles HTTP endpoints for notification operations including:

  • Listing notifications
  • Getting notification details
  • Creating notifications
  • Updating notifications
  • Deleting notifications

Functions§

create_notification
Creates a new notification.
delete_notification
Deletes a notification by ID.
get_notification
Retrieves details of a specific notification by ID.
list_notifications
Lists all notifications with pagination support.
update_notification
Updates an existing notification.