Skip to content

Latest commit

 

History

History
executable file
·
17 lines (13 loc) · 1.03 KB

UpdateUserRequest.md

File metadata and controls

executable file
·
17 lines (13 loc) · 1.03 KB

UpdateUserRequest

Properties

Name Type Description Notes
dry_run bool Indicates if a request should only be verified or executed [optional] [default to false]
email string Email of the user [optional]
username string Name of the user minLength: 3
password string A secure password minLength: 6
picture string The profile picture of the user in data URI scheme. [optional]
about string An introduction of the user. [optional]
currently_working_on string A short description about the project the user is currently working on. [optional]
current_password string The current password of the user. Required for changing the password. [optional]

[Back to Model list] [Back to API list] [Back to README]