Fix: Setting the password of a new created user via API shouldn't be required (Close #4534) (#4645)

This commit is contained in:
Nicolas Dorier
2023-02-15 16:32:03 +09:00
committed by GitHub
parent 285aedef2f
commit 9cb844cbbb

View File

@@ -108,7 +108,8 @@
},
"password": {
"type": "string",
"description": "The password of the new user"
"description": "The password of the new user (if no password is set, an email will be sent to the user requiring him to set the password)",
"nullable": true
},
"isAdministrator": {
"type": "boolean",