fix bug in Rebirth test, add new tests, adjust apidocs (#7293)

This commit is contained in:
Alys
2016-05-17 02:13:49 +10:00
committed by Matteo Pagliazzi
parent 4bba10fac2
commit cfb5e2be60
3 changed files with 58 additions and 9 deletions

View File

@@ -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
*/