diff --git a/website/server/controllers/api-v3/user.js b/website/server/controllers/api-v3/user.js index 342013e780..d76fd6ba90 100644 --- a/website/server/controllers/api-v3/user.js +++ b/website/server/controllers/api-v3/user.js @@ -1012,7 +1012,8 @@ api.buySpecialSpell = { * * @apiParam {String} egg The egg to use * @apiParam {String} hatchingPotion The hatching potion to use - * @apiParamExample {URL} /api/v3/user/hatch/Dragon/CottonCandyPink + * @apiParamExample {URL} + * /api/v3/user/hatch/Dragon/CottonCandyPink * * @apiSuccess {Object} data user.items * @apiSuccess {String} message @@ -1055,7 +1056,8 @@ api.hatch = { * @apiParam {String="mount","pet","costume","equipped"} type The type of item to equip * @apiParam {String} key The item to equip * - * @apiParamExample {URL} /api/v3/user/equip/equipped/weapon_warrior_2 + * @apiParamExample {URL} + * /api/v3/user/equip/equipped/weapon_warrior_2 * * @apiSuccess {Object} data user.items * @apiSuccess {String} message Optional success message for unequipping an items