mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 05:37:22 +01:00
Fixing misspelling and inconsistent punctuation in the api doc (#10617)
This commit is contained in:
committed by
Sabe Jones
parent
5c4f763bb1
commit
7f48853d32
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user