Merge pull request #5893 from crookedneighbor/content-faq

Content FAQ for iOS
This commit is contained in:
Blade Barringer
2015-09-06 16:38:18 -05:00
8 changed files with 85 additions and 17 deletions
+1 -1
View File
@@ -302,7 +302,7 @@ module.exports = (swagger, v2) ->
method: 'POST'
description: "Casts a spell on a target."
parameters: [
path 'spell',"The key of the spell to cast (see ../../common#content.coffee)",'string'
path 'spell',"The key of the spell to cast (see ../../common#content/index.coffee)",'string'
query 'targetType',"The type of object you're targeting",'string',['party','self','user','task']
query 'targetId',"The ID of the object you're targeting",'string'