docs: Improve Swagger JSDoc

This commit is contained in:
Maksim Eltyshev
2025-09-12 12:17:01 +02:00
parent 494800d131
commit b4979d214f
129 changed files with 294 additions and 248 deletions

View File

@@ -11,6 +11,7 @@
* description: Deletes all cards from a list. Only works with trash-type lists. Requires project manager or board editor permissions.
* tags:
* - Lists
* operationId: clearList
* parameters:
* - name: id
* in: path

View File

@@ -11,6 +11,7 @@
* description: Creates a list within a board. Requires board editor permissions.
* tags:
* - Lists
* operationId: createList
* parameters:
* - name: boardId
* in: path

View File

@@ -11,6 +11,7 @@
* description: Deletes a list and moves its cards to a trash list. Can only delete finite lists. Requires board editor permissions.
* tags:
* - Lists
* operationId: deleteList
* parameters:
* - name: id
* in: path

View File

@@ -11,6 +11,7 @@
* description: Moves all cards from a closed list to an archive list. Requires board editor permissions.
* tags:
* - Lists
* operationId: moveListCards
* parameters:
* - name: id
* in: path

View File

@@ -11,6 +11,7 @@
* description: Retrieves comprehensive list information, including cards, attachments, and other related data. Requires access to the board.
* tags:
* - Lists
* operationId: getList
* parameters:
* - name: id
* in: path

View File

@@ -11,6 +11,7 @@
* description: Sorts all cards within a list. Requires board editor permissions.
* tags:
* - Lists
* operationId: sortList
* parameters:
* - name: id
* in: path

View File

@@ -11,6 +11,7 @@
* description: Updates a list. Can move lists between boards. Requires board editor permissions.
* tags:
* - Lists
* operationId: updateList
* parameters:
* - name: id
* in: path