uchawhoknonk
  1. pet
uchawhoknonk
  • Start your Apidog journey
  • Download Pdf Effective Python 125 Specific Ways to Write Better Python by Brett Slatkin
  • PDF EPUB Download Ballad of Sword and Wine Qiang Jin Jiu Novel Vol. 2 by Tang Jiu Qing St Full Book
  • DOWNLOADS Survival Takes a Wild Imagination Poems by Fariha RÃisÃn
  • pdf download Dolci Italiani Desserts cakes other sweet bakes from Italy by Ursula Ferrigno
  • DOWNLOAD PDF EPUB Another Modernism Home Economics and the Design of Domestic Space in the US 1900-1960 by Anna Myjak-Pycia
  • epub download Learn Haskell by Example by Philipp Hagenlocher
  • pdf download There Is No Cat by Gene Doucette
  • PDF Kindle The Death of Vivek Oji by Akwaeke Emezi
  • PDF EPUB Download Silverleaf Rapids by Jodi Thomas Full Book
  • PDF Kindle The Chinese Tragedy of King Lear by Nan Z. Da
  • PDF EPUB Download Lost Girls and Love Hotels A Novel by Catherine Hanrahan Full Book
  • Read online Turners Strength Exile envy and frontier justice. by James Seymour
  • download pdf Digital Business Management Transforming to a Data-Driven Organization Using AI by Swen Schneider Lutz Anderie
  • Download Pdf Stop Thief Anarchism and Philosophy by Catherine Malabou Carolyn Shread
  • DOWNLOAD PDF EPUB Seraph of the End Guren Ichinose Resurrection at Nineteen by Takaya Kagami Yo Asami
  • download pdf What Should Individuals Do about Climate Change A Debate by Marion Hourdequin Dan C. Shahar
  • Pdf ePub The Principles of Product Development Flow Second Generation Lean Product Development by Donald G. Reinertsen download ebook
  • Online Read Ebook Representative Democracy A Justification by Dimitri Landa Ryan Pevnick
  • download pdf Criers War by Nina Varela
  • pdf download Psilocybin Mushrooms in Their Natural Habitats A Guide to the History Identification and Use of Psychoactive Fungi by Paul Stamets
  • How to Age Gracefully Essays About the Art of Living by Barbara Hoffbeck Scoblic on Audiobook New
  • PDF DOWNLOAD Made in Abyss Vol. 12 by Akihito Tsukushi on Iphone
  • PDF Download Revolution in 35mm Political Violence and Resistance in Cinema from the Arthouse to the Grindhouse 1960-1990 by Andrew Nette Samm Deighan
  • DOWNLOADS Ballad of Sword and Wine Qiang Jin Jiu Novel Vol. 4 by Tang Jiu Qing St
  • Read Pdf Playtesting Best Practices Real World and Online by Chris Backe
  • 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-19 23:18:25
Previous
Update an existing pet
Next
Deletes a pet
Built with