2
0
Shun Miyazawa 4 жил өмнө
parent
commit
43db07d742

+ 3 - 0
src/server/routes/apiv3/users.js

@@ -394,6 +394,9 @@ module.exports = (crowi) => {
    *                    existingEmailList:
    *                      type: object
    *                      description: Users email that already exists
+   *                    failedToCreateUserEmailList:
+   *                      type: object
+   *                      description: Users email that failed to create
    */
   router.post('/invite', loginRequiredStrictly, adminRequired, csrf, validator.inviteEmail, apiV3FormValidator, async(req, res) => {