mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 21:57:22 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user