Attempt to fix typos in the API doc

This commit is contained in:
citrusella
2020-02-12 15:40:44 -05:00
parent 142d7e4348
commit 80de90cc5f
7 changed files with 73 additions and 73 deletions

View File

@@ -112,8 +112,8 @@ api.getGroupTasks = {
};
/**
* @api {post} /api/v3/group/:groupId/tasks/:taskId/move/to/:position Move a group task to
* a specified position
* @api {post} /api/v3/group/:groupId/tasks/:taskId/move/to/:position
* Move a group task to a specified position
* @apiDescription Moves a group task to a specified position
* @apiVersion 3.0.0
* @apiName GroupMoveTask