mirror of
https://github.com/plankanban/planka.git
synced 2025-12-19 17:23:27 +03:00
docs: Improve Swagger JSDoc
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
* description: Retrieves comprehensive custom field group information, including fields and values. Requires access to the board/card.
|
||||
* tags:
|
||||
* - Custom Field Groups
|
||||
* operationId: getCustomFieldGroup
|
||||
* parameters:
|
||||
* - name: id
|
||||
* in: path
|
||||
@@ -40,14 +41,14 @@
|
||||
* properties:
|
||||
* customFields:
|
||||
* type: array
|
||||
* description: Related custom fields
|
||||
* items:
|
||||
* $ref: '#/components/schemas/CustomField'
|
||||
* description: Related custom fields
|
||||
* customFieldValues:
|
||||
* type: array
|
||||
* description: Related custom field values (for card-specific groups)
|
||||
* items:
|
||||
* $ref: '#/components/schemas/CustomFieldValue'
|
||||
* description: Related custom field values (for card-specific groups)
|
||||
* 400:
|
||||
* $ref: '#/components/responses/ValidationError'
|
||||
* 401:
|
||||
|
||||
Reference in New Issue
Block a user