mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
fix bug in Rebirth test, add new tests, adjust apidocs (#7293)
This commit is contained in:
@@ -1093,12 +1093,12 @@ api.userRevive = {
|
||||
};
|
||||
|
||||
/*
|
||||
* @api {post} /api/v3/user/rebirth Resets a user.
|
||||
* @api {post} /api/v3/user/rebirth Use Orb of Rebirth on user
|
||||
* @apiVersion 3.0.0
|
||||
* @apiName UserRebirth
|
||||
* @apiGroup User
|
||||
*
|
||||
* @apiSuccess {Object} data.userr
|
||||
* @apiSuccess {Object} data.user
|
||||
* @apiSuccess {array} data.tasks User's modified tasks (no rewards)
|
||||
* @apiSuccess {string} message Success message
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user