For AI agents: the complete documentation index is available at https://ciderpress.dev/llms.txt, the full documentation bundle is available at https://ciderpress.dev/llms-full.txt, and this page is available as Markdown at https://ciderpress.dev/petstore/update-user.md.
Get started →

Updated user

put/user/{username}
updateUser
Updated user
Parameters
path
NameTypeRequiredDescriptionDefault
usernamestringrequiredname that need to be updated
body
NameTypeRequiredDescriptionDefault
bodyobjectrequiredUpdated user object
Responses
Code Examples
curl -X PUT 'https://api.example.com/user/{username}' \
  -H 'Content-Type: application/json'