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: Creates a custom field within a base custom field group. Requires project manager permissions.
* tags:
* - Custom Fields
* operationId: createCustomFieldInBaseGroup
* parameters:
* - name: baseCustomFieldGroupId
* in: path

View File

@@ -11,6 +11,7 @@
* description: Creates a custom field within a custom field group. Requires board editor permissions.
* tags:
* - Custom Fields
* operationId: createCustomFieldInGroup
* parameters:
* - name: customFieldGroupId
* in: path

View File

@@ -11,6 +11,7 @@
* description: Deletes a custom field. Can delete the in base custom field group (requires project manager permissions) or the custom field group (requires board editor permissions).
* tags:
* - Custom Fields
* operationId: deleteCustomField
* parameters:
* - name: id
* in: path

View File

@@ -11,6 +11,7 @@
* description: Updates a custom field. Can update in the base custom field group (requires project manager permissions) or the custom field group (requires board editor permissions).
* tags:
* - Custom Fields
* operationId: updateCustomField
* parameters:
* - name: id
* in: path