mirror of
https://github.com/plankanban/planka.git
synced 2025-12-24 09:15:01 +03:00
docs: Improve Swagger JSDoc
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
* description: Creates a new comment on a card. Requires board editor permissions or comment permissions.
|
||||
* tags:
|
||||
* - Comments
|
||||
* operationId: createComment
|
||||
* parameters:
|
||||
* - name: cardId
|
||||
* in: path
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
* description: Deletes a comment. Can be deleted by the comment author (with comment permissions) or project manager.
|
||||
* tags:
|
||||
* - Comments
|
||||
* operationId: deleteComment
|
||||
* parameters:
|
||||
* - name: id
|
||||
* in: path
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
* description: Retrieves comments for a card with pagination support. Requires access to the card.
|
||||
* tags:
|
||||
* - Comments
|
||||
* operationId: getComments
|
||||
* parameters:
|
||||
* - name: cardId
|
||||
* in: path
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
* description: Updates a comment. Only the author of the comment can update it.
|
||||
* tags:
|
||||
* - Comments
|
||||
* operationId: updateComments
|
||||
* parameters:
|
||||
* - name: id
|
||||
* in: path
|
||||
|
||||
Reference in New Issue
Block a user