diff --git a/website/server/controllers/api-v3/tasks.js b/website/server/controllers/api-v3/tasks.js index 578bb1d009..a42f611323 100644 --- a/website/server/controllers/api-v3/tasks.js +++ b/website/server/controllers/api-v3/tasks.js @@ -247,7 +247,6 @@ api.createUserTasks = { * @apiParam (Body) {String} text The text to be displayed for the task * @apiParam (Body) {String="habit","daily","todo","reward"} type Task type, options are: "habit", * "daily", "todo", "reward". - * @apiParam (Body) {String} [alias] Alias to assign to task * @apiParam (Body) {String="str","int","per","con"} [attribute] User's attribute to use, * options are: "str", * "int", "per", "con".