fix typos and missing information in apidocs - fixes https://github.com/HabitRPG/habitrpg/issues/7277 (#7282)

This commit is contained in:
Alys
2016-05-16 06:37:31 +10:00
committed by Matteo Pagliazzi
parent faaa52035d
commit 4ceab38d0b
5 changed files with 12 additions and 12 deletions

View File

@@ -54,7 +54,7 @@ async function _createTasks (req, res, user, challenge) {
}
/**
* @api {post} /api/v3/tasks/user Create a new task the user.
* @api {post} /api/v3/tasks/user Create a new task belonging to the user.
* @apiDescription Can be passed an object to create a single task or an array of objects to create multiple tasks.
* @apiVersion 3.0.0
* @apiName CreateUserTasks