fix(apidoc): apidoc now builds correctly

This commit is contained in:
Matteo Pagliazzi
2016-04-11 18:05:54 +02:00
parent 020b7c5464
commit 36594b668a
5 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -246,7 +246,7 @@ api.getChallengeMemberProgress = {
* @apiParam {String} message The message
* @apiParam {UUID} toUserId The toUser _id
*
* @apiSuccess {} Object Returns an empty object
* @apiSuccess {Object} empty An empty Object
*/
api.sendPrivateMessage = {
method: 'POST',
@@ -295,7 +295,7 @@ api.sendPrivateMessage = {
* @apiParam {String} message The message
* @apiParam {UUID} toUserId The toUser _id
*
* @apiSuccess {} Object Returns an empty object
* @apiSuccess {Object} empty An empty Object
*/
api.transferGems = {
method: 'POST',