Synchronizing API and documentation updates

This commit is contained in:
gitnexbot
2023-12-20 01:59:35 +00:00
parent b38a6bd039
commit 2845a4ac71
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
**fullName** | **String** | | [optional]
**loginName** | **String** | | [optional]
**mustChangePassword** | **Boolean** | | [optional]
**password** | **String** | |
**password** | **String** | | [optional]
**restricted** | **Boolean** | | [optional]
**sendNotify** | **Boolean** | | [optional]
**sourceId** | **Long** | | [optional]
@@ -166,7 +166,7 @@ public class CreateUserOption implements Serializable {
*
* @return password
*/
@Schema(required = true, description = "")
@Schema(description = "")
public String getPassword() {
return password;
}