mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 21:57:22 +01:00
add partial documentation for dueDate parameter in /api/v3/tasks/user and related code
This commit is contained in:
@@ -148,6 +148,7 @@ export async function createTasks (req, res, options = {}) {
|
||||
* @param options.user The user that these tasks belong to
|
||||
* @param options.challenge The challenge that these tasks belong to
|
||||
* @param options.group The group that these tasks belong to
|
||||
* @param options.dueDate
|
||||
* @return The tasks found
|
||||
*/
|
||||
export async function getTasks (req, res, options = {}) {
|
||||
|
||||
Reference in New Issue
Block a user