mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
update bool to boolean
This commit is contained in:
parent
e30ce78053
commit
a81a603031
1 changed files with 1 additions and 1 deletions
|
|
@ -4449,7 +4449,7 @@ JsonRoutes.add('GET', '/api/boards/:boardId/cards_count', function(
|
||||||
* @param {string} boardId the board ID of the card
|
* @param {string} boardId the board ID of the card
|
||||||
* @param {string} listId the list ID of the card
|
* @param {string} listId the list ID of the card
|
||||||
* @param {string} cardId the ID of the card
|
* @param {string} cardId the ID of the card
|
||||||
* @return_type {_id: string, archived: bool, archivedAt: Date}
|
* @return_type {_id: string, archived: boolean, archivedAt: Date}
|
||||||
*/
|
*/
|
||||||
JsonRoutes.add(
|
JsonRoutes.add(
|
||||||
'POST',
|
'POST',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue