mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
Synchronizing API and documentation updates
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user