Merge pull request #3540 from vIiRuS/patch-1

Update API Parameter documentation for Equip call
This commit is contained in:
Tyler Renelle 2014-06-04 14:56:28 -04:00
commit 5a73923d0a

View file

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