mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
fix(docs): move apiParamExamples to newlines
This commit is contained in:
parent
46709ddadd
commit
7ee2f90f37
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue