Refactor api description with @apiParam groups to make it more explicit (#8919)

* Refactor api description for auth.js with @apiParam groups

* Refactor apiDoc toward better consistency

* Fix missing groups for get requests

* Fix missing groups for other request methods
This commit is contained in:
Pavel Pletenev
2017-08-16 02:06:19 +03:00
committed by Sabe Jones
parent b27319313d
commit 8614f11a31
13 changed files with 188 additions and 188 deletions

View File

@@ -12,7 +12,7 @@ let api = {};
* @apiName ReadNotification
* @apiGroup Notification
*
* @apiParam {UUID} notificationId
* @apiParam (Path) {UUID} notificationId
*
* @apiSuccess {Object} data user.notifications
*/