mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
Fixing misspelling and inconsistent punctuation in the api doc (#10617)
This commit is contained in:
parent
5c4f763bb1
commit
7f48853d32
2 changed files with 3 additions and 3 deletions
|
|
@ -329,7 +329,7 @@ api.leaveChallenge = {
|
|||
};
|
||||
|
||||
/**
|
||||
* @api {get} /api/v3/challenges/user Get challenges for a user.
|
||||
* @api {get} /api/v3/challenges/user Get challenges for a user
|
||||
* @apiName GetUserChallenges
|
||||
* @apiGroup Challenge
|
||||
* @apiDescription Get challenges the user has access to. Includes public challenges, challenges belonging to the user's group, and challenges the user has already joined.
|
||||
|
|
@ -640,7 +640,7 @@ api.exportChallengeCsv = {
|
|||
};
|
||||
|
||||
/**
|
||||
* @api {put} /api/v3/challenges/:challengeId Update the name, description, or leader of a challenge.
|
||||
* @api {put} /api/v3/challenges/:challengeId Update the name, description, or leader of a challenge
|
||||
*
|
||||
* @apiName UpdateChallenge
|
||||
* @apiGroup Challenge
|
||||
|
|
|
|||
|
|
@ -147,7 +147,7 @@ api.getBuyList = {
|
|||
};
|
||||
|
||||
/**
|
||||
* @api {get} /api/v3/user/in-app-rewards Get the in app items appaearing in the user's reward column
|
||||
* @api {get} /api/v3/user/in-app-rewards Get the in app items appearing in the user's reward column
|
||||
* @apiName UserGetInAppRewards
|
||||
* @apiGroup User
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue