Fix apidocs error for /api/v3/challenges/group/:groupId. Change various descriptions to imperative mood

e.g., change "Sets lastCron" to "Set lastCron"
This commit is contained in:
Alys
2016-06-11 08:15:07 +10:00
parent 441fba2ad0
commit 0bf7858d53
4 changed files with 8 additions and 8 deletions

View File

@@ -301,7 +301,7 @@ api.forceStart = {
};
/**
* @api {post} /api/v3/groups/:groupId/quests/cancel Cancels a quest that is not active
* @api {post} /api/v3/groups/:groupId/quests/cancel Cancel a quest that is not active
* @apiVersion 3.0.0
* @apiName CancelQuest
* @apiGroup Group
@@ -403,7 +403,7 @@ api.abortQuest = {
};
/**
* @api {post} /api/v3/groups/:groupId/quests/leave Leaves the active quest
* @api {post} /api/v3/groups/:groupId/quests/leave Leave the active quest
* @apiVersion 3.0.0
* @apiName LeaveQuest
* @apiGroup Group