Explorar el Código

add response comment

Shun Miyazawa hace 4 años
padre
commit
43db07d742
Se han modificado 1 ficheros con 3 adiciones y 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) => {