mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[bugfix/docs] Fix clear notifications API docs (#1831)
The handler is already hooked to the right path, it's just the docs that were missing the path.
This commit is contained in:
@ -26,7 +26,7 @@ import (
|
||||
"github.com/superseriousbusiness/gotosocial/internal/oauth"
|
||||
)
|
||||
|
||||
// NotificationsClearPOSTHandler swagger:operation POST /api/v1/notifications clearNotifications
|
||||
// NotificationsClearPOSTHandler swagger:operation POST /api/v1/notifications/clear clearNotifications
|
||||
//
|
||||
// Clear/delete all notifications for currently authorized user.
|
||||
//
|
||||
|
Reference in New Issue
Block a user