mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
add partial documentation for dueDate parameter in /api/v3/tasks/user and related code
This commit is contained in:
@@ -270,6 +270,7 @@ api.createChallengeTasks = {
|
||||
* @apiGroup Task
|
||||
*
|
||||
* @apiParam (Query) {String="habits","dailys","todos","rewards","completedTodos"} type Optional query parameter to return just a type of tasks. By default all types will be returned except completed todos that must be requested separately. The "completedTodos" type returns only the 30 most recently completed.
|
||||
* @apiParam (Query) [dueDate]
|
||||
*
|
||||
* @apiSuccess {Array} data An array of tasks
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user