babajotazaxa
  1. pet
babajotazaxa
  • Start your Apidog journey
  • Jackie A Novel by Dawn Tripp on Ipad
  • PDF Deep Roots by Sung J. Woo
  • DOWNLOADS Geopoetry Geology Materiality Ecopoetics by Dale Enggass
  • PDF The Secret History of the Five Eyes The untold story of the shadowy international spy network through its targets traitors and spies by Richard Kerbaj
  • PDF EPUB Download The Deep-Rooted Marriage Cultivating Intimacy Healing and Delight by Dan B Allender Steve Call Full Book
  • Pdf ePub Our Strange Endeavors by Riley Andrews download ebook
  • Online Read Ebook The Legend of Vox Machina The Whitestone Chronicles Volume 1--Ripley by Critical Role Marieke Nijkamp Tyler Walpole
  • DOWNLOAD PDF EPUB Cyberpunk 2077 The Complete Official Guide by Piggyback
  • Songs of Summer by Jane L. Rosen on Ipad
  • Download PDF Thousand Autumns Qian Qiu Novel Vol. 4 by Meng Xi Shi Me.Mimo
  • PDF Literacy Unlocked How to Implement the Science of Reading with Young Learners by Amie Burkholder
  • Read pdf The 13th Footprint Vol. 1 by Kei Sanbe Sheldon Drzka
  • PDF EPUB Download Stanley Kubricks The Shining by J. W. Rinzler M M Lee Unkrich Full Book
  • PDF The Old Breed... The Complete Story Revealed A Father A Son and How WWII in the Pacific Shaped Their Lives by W. Henry Sledge
  • Read pdf En händelserik sommar by Sue Moorcroft Sara Hemmel
  • Read Pdf Fundamentals of Physical Volcanology by Elisabeth Parfitt Lionel Wilson Laura Kerber
  • DOWNLOADS Flow Cytometry in Immuno-oncology by Marcello Pinti Andrea Cossarizza
  • Culture and Computing 13th International Conference CC 2025 Held as Part of the 27th HCI International Conference HCII 2025 Gothenburg Sweden June 22-27 2025 Proceedi
  • PDF Download La biblioteca de los nuevos comienzos by Michiko Aoyama Marta Morros Serret
  • PDF Download Worlds End Harem Fantasia Vol. 14 by Link Savan
  • Online Read Ebook The Wild Imaginings of Telma Book 1 by Denise White
  • Read pdf Constitution of the United States and The Declaration of Independence Senator Rand Paul Delegates of The Constitutional Convention by Delegates of The Constitution
  • DOWNLOAD PDF EPUB Imagining Taiwan The Role of Art in Taiwans Quest for Identity by Sophie McIntyre
  • pdf download The Farmer Has a Wife by Sienna Waters
  • The Book of Signs 150 Symbols and Their Spiritual Messages from the Other Side by Mystic Michaela on Audiobook New
  • PDF Kindle 5 Worlds Book 5 The Emerald Gate by
  • PDF EPUB Download The Unexpected Consequence of Bleeding on a Tuesday by Kelsey B. Toney Full Book
  • Read Pdf Gate of Heaven Reflections on Mary the Mother of God by Matthew Becklo Sally Read
  • PDF Sekret Machines Book 2 A Fire Within by Tom DeLonge AJ Hartley
  • PDF Cashing Out Win the Wealth Game by Walking Away by Julien Saunders Kiersten Saunders
  • pet
    • Find pet by ID
      GET
    • Finds Pets by status
      GET
    • Finds Pets by tags
      GET
    • uploads an image
      POST
    • Add a new pet to the store
      POST
    • Update an existing pet
      PUT
    • Updates a pet in the store with form data
      POST
    • Deletes a pet
      DELETE
  • 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
    • Get user by user name
    • Update user
    • Delete user
    • Logs user into the system
    • Logs out current logged in user session
    • Creates list of users with given input array
    • Create user
  1. pet

Updates a pet in the store with form data

POST
/pet/{petId}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/pet/' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'name=' \
--data-urlencode 'status='
Response Response Example
{}

Request

Authorization
OAuth 2.0
Implicit
Add the parameter
Authorization
to Headers
,whose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************
Authorize URL: https://petstore.swagger.io/oauth/authorize
Scopes:
read:pets-read your pets
write:pets-modify pets in your account
or
Path Params

Body Params application/x-www-form-urlencoded

Responses

🟠405Method not Allowed
application/json
Invalid input
Body

Modified at 2025-09-05 21:16:45
Previous
Update an existing pet
Next
Deletes a pet
Built with