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

@@ -859,7 +859,7 @@ api.userPurchaseHourglass = {
};
/**
* @api {post} /api/v3/user/read-card/:cardType Reads a card
* @api {post} /api/v3/user/read-card/:cardType Read a card
* @apiVersion 3.0.0
* @apiName UserReadCard
* @apiGroup User
@@ -1329,7 +1329,7 @@ api.userReset = {
};
/**
* @api {post} /api/v3/user/custom-day-start Sets preferences.dayStart for user
* @api {post} /api/v3/user/custom-day-start Set preferences.dayStart for user
* @apiVersion 3.0.0
* @apiName setCustomDayStart
* @apiGroup User