mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 01:29:21 +00:00
Merge pull request #3540 from vIiRuS/patch-1
Update API Parameter documentation for Equip call
This commit is contained in:
commit
5a73923d0a
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ module.exports = (swagger, v2) ->
|
|||
method: 'POST'
|
||||
description: "Equip an item (either pets, mounts, or gear)"
|
||||
parameters: [
|
||||
path 'type',"Type to equip",'string',['pets','mounts','gear']
|
||||
path 'type',"Type to equip",'string',['pet','mount','equipped', 'costume']
|
||||
path 'key',"The object key you're equipping (call /content route for available keys)",'string'
|
||||
]
|
||||
action: user.equip
|
||||
|
|
|
|||
Loading…
Reference in a new issue