mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
fix(docs): move apiParamExamples to newlines
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user