Updated user
This can only be done by the logged in user.
Path Parameters |
---|
username string — REQUIREDname that need to be deleted |
Request Body — REQUIRED Updated user object |
---|
id int64 |
pet |
username stringPossible values: 4 ≤ length User supplied username |
firstName stringPossible values: 1 ≤ length User first name |
lastName stringPossible values: 1 ≤ length User last name |
email emailUser email address |
password passwordPossible values: 8 ≤ length, Value must match regular expression User password, MUST contain a mix of upper and lower case letters, as well as digits |
phone stringPossible values: Value must match regular expression User phone number in international format |
userStatus int32User status |
Responses |
---|
400 Invalid user supplied |
404 User not found |