fix(docs): move apiParamExamples to newlines

This commit is contained in:
SabreCat
2017-05-19 20:49:59 +00:00
parent 46709ddadd
commit 7ee2f90f37

View File

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