mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
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:
committed by
Sabe Jones
parent
b27319313d
commit
8614f11a31
@@ -12,7 +12,7 @@ let api = {};
|
||||
* @apiName ReadNotification
|
||||
* @apiGroup Notification
|
||||
*
|
||||
* @apiParam {UUID} notificationId
|
||||
* @apiParam (Path) {UUID} notificationId
|
||||
*
|
||||
* @apiSuccess {Object} data user.notifications
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user