mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
fix: correct return type in API documentation for custom fields
This commit is contained in:
parent
b3ad06692f
commit
6cc746df8b
2 changed files with 9 additions and 3 deletions
|
@ -1666,7 +1666,6 @@ paths:
|
|||
adds the label to the board.
|
||||
tags:
|
||||
- Boards
|
||||
- Boards
|
||||
consumes:
|
||||
- multipart/form-data
|
||||
- application/json
|
||||
|
@ -2261,7 +2260,14 @@ paths:
|
|||
_id:
|
||||
type: string
|
||||
customFields:
|
||||
type: object
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
_id:
|
||||
type: string
|
||||
value:
|
||||
type: object
|
||||
/api/boards/{board}/lists/{list}/cards_count:
|
||||
get:
|
||||
operationId: get_list_cards_count
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue