mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-18 12:27:28 -06: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:
parent
fc524f8cf1
commit
e0962987aa
2 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue