docs: Improve Swagger JSDoc
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
* description: Creates a new notification service for a board. Requires project manager permissions.
|
||||
* tags:
|
||||
* - Notification Services
|
||||
* operationId: createBoardNotificationService
|
||||
* parameters:
|
||||
* - name: boardId
|
||||
* in: path
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
* description: Creates a new notification service for a user. Users can only create services for themselves.
|
||||
* tags:
|
||||
* - Notification Services
|
||||
* operationId: createUserNotificationService
|
||||
* parameters:
|
||||
* - name: userId
|
||||
* in: path
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
* description: Deletes a notification service. Users can delete their own services, project managers can delete board services.
|
||||
* tags:
|
||||
* - Notification Services
|
||||
* operationId: deleteNotificationService
|
||||
* parameters:
|
||||
* - name: id
|
||||
* in: path
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
* description: Sends a test notification to verify the notification service is working. Users can test their own services, project managers can test board services.
|
||||
* tags:
|
||||
* - Notification Services
|
||||
* operationId: testNotificationService
|
||||
* parameters:
|
||||
* - name: id
|
||||
* in: path
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
* description: Updates a notification service. Users can update their own services, project managers can update board services.
|
||||
* tags:
|
||||
* - Notification Services
|
||||
* operationId: updateNotificationService
|
||||
* parameters:
|
||||
* - name: id
|
||||
* in: path
|
||||
|
||||
Reference in New Issue
Block a user