This can only be done by the logged in user.
Update an existent user in the store
- Mock serverhttps://innovario.apishowdown.com/_mock/catalog/api-showdown/api-hub/pet-store/openapi/user/{username}
- https://innovario.apishowdown.com/v3https://innovario.apishowdown.com/v3/user/{username}
- application/json
- application/xml
- application/x-www-form-urlencoded
curl -i -X PUT \
'https://innovario.apishowdown.com/_mock/catalog/api-showdown/api-hub/pet-store/openapi/user/{username}' \
-H 'Content-Type: application/json' \
-d '{
"id": 10,
"username": "theUser",
"firstName": "John",
"lastName": "James",
"email": "john@email.com",
"password": 12345,
"phone": 12345,
"userStatus": 1
}'