mirror of
https://github.com/wekan/wekan.git
synced 2026-01-24 18:26:10 +01: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
|
|
@ -4042,7 +4042,7 @@ JsonRoutes.add('GET', '/api/boards/:boardId/cards_count', function(
|
|||
* @param {string} cardId the ID of the card
|
||||
* @param {string} customFieldId the ID of the custom field
|
||||
* @param {string} value the new custom field value
|
||||
* @return_type {_id: string, customFields: object}
|
||||
* @return_type {_id: string, customFields: [{_id: string, value: object}]}
|
||||
*/
|
||||
JsonRoutes.add(
|
||||
'POST',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue