Explorar o código

add response comment

Shun Miyazawa %!s(int64=4) %!d(string=hai) anos
pai
achega
43db07d742
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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) => {