acexushevegh
  1. user
acexushevegh
  • Start your Apidog journey
  • PDF EPUB Download Polymer Nanocomposite Membranes in Water Treatment and Desalination Recent Developments Future Opportunities and Sustainable Applications by Md Rezaur Ra
  • AWS Certified Solutions Architect Study Guide Associate SAA-C03 Exam by David Clinton Ben Piper on Audiobook New
  • DOWNLOADS The Death of Vivek Oji by Akwaeke Emezi
  • PDF EPUB Download Remnants of Filth Yuwu Novel Vol. 7 Special Edition by Rou Bao Bu Chi Rou St Full Book
  • DOWNLOAD PDF EPUB The Complete Summer I Turned Pretty Trilogy The Summer I Turned Pretty Its Not Summer Without You Well Always Have Summer by Jenny Han
  • Polybius by Collin Armstrong on Ipad
  • Pdf ePub Uproar in Midport Village A MINECRAFT MOVIE by Golden Books download ebook
  • DOWNLOADS A Sip of Yesterday by Stephanie Doering
  • Love Misha by Askel Aden on Iphone New Format
  • Download Pdf Quedará el amor Love Will Remain by Alice Kellen
  • Read online So Drunk A Tooths Gotta Go Essays on Dating Hacks Breakups Traveling Comedy The Gig Economy More by Joy Alicia
  • Online Read Ebook Japans Financial System New Perspectives and Potential Risks in the Post-Global Financial Crisis Era by Tokuo Iwaisako
  • DOWNLOADS Geography A Visual Encyclopedia by DK
  • DOWNLOADS Language Teacher Emotion Regulation An Exploration in Japan by Sam Morris
  • PDF Download Appendix N revised and expanded edition Weird Tales From the Roots of Dungeons Dragons by Peter Bebergal Adrian Tchaikovsky Ann VanderMeer
  • download pdf Spurred On by Elle Jordan
  • Online Read Ebook London Particular by Christianna Brand
  • The Unveiled Tarot An 80-Card Deck and Guidebook by Jesse Lonergan Mike Mignola on Iphone New Format
  • download pdf Gingko Season A Novel by Naomi Xu Elegant
  • Read Pdf Writing Mr. Right A Novel by Alina Khawaja
  • Michael Freeman on Color and Tone The Ultimate Photography Masterclass by Michael Freeman on Audiobook New
  • Download Pdf Elsewhere by Shelby Matheson
  • Pdf ePub The Legend of Albert Jacka From the shores of Gallipoli to the battlefields of France the epic story and fierce battles of the first Australian soldier to be award
  • PDF Kindle Puck Shy A Spicy Valentines Day Novella by Kayla Grosse
  • Home of Fire and Tempest Book Three of the Sorrowborn Trilogy by April Davis Kevin A Davis on Audiobook New
  • pet
    • Find pet by ID
    • Finds Pets by status
    • Finds Pets by tags
    • uploads an image
    • Add a new pet to the store
    • Update an existing pet
    • Updates a pet in the store with form data
    • Deletes a pet
  • store
    • Returns pet inventories by status
    • Place an order for a pet
    • Find purchase order by ID
    • Delete purchase order by ID
  • user
    • Creates list of users with given input array
      POST
    • Get user by user name
      GET
    • Update user
      PUT
    • Delete user
      DELETE
    • Logs user into the system
      GET
    • Logs out current logged in user session
      GET
    • Creates list of users with given input array
      POST
    • Create user
      POST
  1. user

Update user

PUT
/user/{username}
This can only be done by the logged in user.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT '/user/' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Response Response Example
400 - Example 1
{}

Request

Path Params

Body Params application/json

Examples

Responses

🟠400Bad Request
application/json
Invalid user supplied
Body

🟠404Record Not Found
Modified at 2025-08-22 00:44:21
Previous
Get user by user name
Next
Delete user
Built with