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.