File tree 1 file changed +7
-7
lines changed
website/server/controllers/api-v3
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -346,13 +346,13 @@ api.createChallengeTasks = {
346
346
* @apiGroup Task
347
347
*
348
348
* @apiParam (Query) {String="habits","dailys",
349
- * "todos","rewards","completedTodos"} type Optional query parameter to return
350
- * just a type of tasks. By default all
351
- * types will be returned except
352
- * completed todos that must be
353
- * requested separately.
354
- * The "completedTodos" type returns
355
- * only the 30 most recently completed.
349
+ * "todos","rewards","completedTodos"} [ type] Optional query parameter to return
350
+ * just a type of tasks. By default all
351
+ * types will be returned except
352
+ * completed todos that must be
353
+ * requested separately.
354
+ * The "completedTodos" type returns
355
+ * only the 30 most recently completed.
356
356
* @apiParam (Query) [dueDate] type Optional date to use for computing the nextDue field
357
357
* for each returned task.
358
358
*
You can’t perform that action at this time.
0 commit comments