mirror of
https://github.com/plankanban/planka.git
synced 2025-12-22 17:25:01 +03:00
docs: Improve Swagger JSDoc
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
* description: Retrieves all unread notifications for the current user, including creator users.
|
||||
* tags:
|
||||
* - Notifications
|
||||
* operationId: getNotifications
|
||||
* responses:
|
||||
* 200:
|
||||
* description: Notifications retrieved successfully
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
* description: Marks all notifications for the current user as read.
|
||||
* tags:
|
||||
* - Notifications
|
||||
* operationId: readAllNotifications
|
||||
* responses:
|
||||
* 200:
|
||||
* description: Notifications marked as read successfully
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
* description: Retrieves notification, including creator users. Users can only access their own notifications.
|
||||
* tags:
|
||||
* - Notifications
|
||||
* operationId: getNotification
|
||||
* parameters:
|
||||
* - name: id
|
||||
* in: path
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
* description: Updates a notification. Users can only update their own notifications.
|
||||
* tags:
|
||||
* - Notifications
|
||||
* operationId: updateNotification
|
||||
* parameters:
|
||||
* - name: id
|
||||
* in: path
|
||||
|
||||
Reference in New Issue
Block a user