Update user
PUT/user/:username
This can only be done by the logged in user.
Request
Path Parameters
username stringrequired
name that needs to be updated
- application/json
- application/xml
- application/x-www-form-urlencoded
Body
Update an existent user in the store
id int64
username string
firstName string
lastName string
email string
password string
phone string
userStatus int32
User Status
Body
Update an existent user in the store
id int64
username string
firstName string
lastName string
email string
password string
phone string
userStatus int32
User Status
Body
Update an existent user in the store
id int64
username string
firstName string
lastName string
email string
password string
phone string
userStatus int32
User Status
Responses
- default
successful operation
Loading...