Updating User API Doc (part 3) (#8720)

* Updating User API Doc (part 3)

* Updating User API Doc (part 3)

Fixed trailing spaces

* Updating User API Doc (part 3)

Made changes to @apiParamExample to make multi-line (which may have been cause of apiDoc failing)

* Updated quests to add questKey
This commit is contained in:
madpink
2017-06-06 21:57:17 -04:00
committed by Keith Holliday
parent ec1d378504
commit d6c62262f1
2 changed files with 162 additions and 15 deletions

View File

@@ -39,7 +39,7 @@ function canStartQuestAutomatically (group) {
let api = {};
/**
* @api {post} /api/v3/groups/:groupId/quests/invite Invite users to a quest
* @api {post} /api/v3/groups/:groupId/quests/invite/:questKey Invite users to a quest
* @apiName InviteToQuest
* @apiGroup Quest
*