API Endpoints Summary
Section titled βAPI Endpoints Summaryβ- GET
/api/v1/notifications/publicβ Get all public notifications - GET
/api/v1/notifications/β Get all notifications for the authenticated user - PUT
/api/v1/notifications/{id}/readβ Mark a notification as read - PATCH
/api/v1/notifications/{id}/readβ Mark a notification as read - PUT
/api/v1/notifications/read-allβ Mark all notifications as read - PATCH
/api/v1/notifications/read-allβ Mark all notifications as read
# CLI mapping will be generated from the SDK CLI sources in a later step.# Example (placeholder):# hoody-cli <command> --help