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

@@ -20,8 +20,21 @@
* - id
* - boardId
* - listId
* - creatorUserId
* - prevListId
* - coverAttachmentId
* - type
* - position
* - name
* - description
* - dueDate
* - isDueCompleted
* - stopwatch
* - commentsTotal
* - isClosed
* - listChangedAt
* - createdAt
* - updatedAt
* properties:
* id:
* type: string
@@ -99,10 +112,12 @@
* example: 3600
* commentsTotal:
* type: number
* default: 0
* description: Total number of comments on the card
* example: 100
* isClosed:
* type: boolean
* default: false
* description: Whether the card is closed
* example: false
* listChangedAt: