inafangysegh
  1. pet
inafangysegh
  • Start your Apidog journey
  • Lecture en ligne Ebook Gods and Monsters Tome 1
  • télécharger pdf Les dinosaures en bande dessinée Tome 1
  • Télécharger Pdf Nuit blanche
  • téléchargement epub The Beauty Salon
  • PDF Fairy Tail - 100 Years Quest T11 téléchargement
  • Kindle Vows Of Revenge téléchargement
  • téléchargement epub Discovering - The Architects Guardian 2
  • téléchargement pdf Babies Before Vows - The Heir Dilemma The Twins That Bind Scandalous Heirs
  • PDF Kindle Le Leader sans titre - Une fable moderne sur la véritable réussite en affaires et dans la vie par Robin Sharma Jean-Pierre Manseau
  • Lire en ligne Patristic Interpretations of the Book of Genesis
  • télécharger pdf 1000 prières et recettes de guérison
  • PDF Kindle Take me Back to Innocence par Kat Thomas
  • PDF Kindle Bienvenue chez les Loud Tome 20 par Nickelodeon Laure Picard Philippon
  • Pdf ePub De soignante je suis un jour devenue patiente par Audrey Baskovec Vivianne Perret téléchargement ebook
  • télécharger pdf Altitude
  • Télécharger PDF Faith - F-BOMB Curvy Vigilantes 9
  • Télécharger Pdf Les rebelles de sa majesté Tome 1
  • télécharger pdf Sable Peak - The Edens 6
  • PDF Everyones Wife 2 - Everyones Wife 2 téléchargement
  • Kindle De toi à moi with love Tome 4 téléchargement
  • télécharger pdf Al Ritmo de los Corazones
  • TÉLÉCHARGEMENTS Aisha
  • TÉLÉCHARGEMENTS Un soupçon de justice
  • Télécharger PDF Papas Weihnachtsüberraschung Eine Urlaubsromanze mit Altersunterschied
  • TÉLÉCHARGEMENTS Mon carnet naturaliste oiseaux à colorier
  • 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-08-24 22:45:01
Previous
Update an existing pet
Next
Deletes a pet
Built with