Przeglądaj źródła

add response comment

Shun Miyazawa 4 lat temu
rodzic
commit
43db07d742
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      src/server/routes/apiv3/users.js

+ 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) => {