fix lines that are too long

Each line was fixed by one of these:
- changing the wording
- breaking into separate lines
- adding eslint-disable-line max-len (necessary for `@api ` lines because
a line break there causes the first part of the text to not be displayed
on the apidocs website)
This commit is contained in:
Alys
2020-02-08 14:55:21 +10:00
parent 1b39338eec
commit ac52da5be2
6 changed files with 15 additions and 10 deletions

View File

@@ -112,7 +112,7 @@ 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 group task to new position
* @apiDescription Moves a group task to a specified position
* @apiVersion 3.0.0
* @apiName GroupMoveTask