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

@@ -7,10 +7,11 @@
* @swagger
* /boards/{boardId}/custom-field-groups:
* post:
* summary: Create custom field group in board
* summary: Create board custom field group
* description: Creates a custom field group within a board. Either `baseCustomFieldGroupId` or `name` must be provided. Requires board editor permissions.
* tags:
* - Custom Field Groups
* operationId: createBoardCustomFieldGroup
* parameters:
* - name: boardId
* in: path