uwufishonaji
  1. pet
uwufishonaji
  • Start your Apidog journey
  • epub download Time Regained In Search of Lost Time Volume 6 by Marcel Proust William C. Carter
  • Cthulhu Cat by PANDANIA Zack Davisson Steve Dutro on Ipad
  • Goodman and Gilmans The Pharmacological Basis of Therapeutics 14th Edition by Laurence Brunton Bjorn Knollmann on Ipad
  • Pdf ePub An Exercise in Uncertainty A Memoir of Illness and Hope by Jonathan Gluck download ebook
  • Problematic Summer Romance by Ali Hazelwood on Ipad
  • Download Pdf Murder at la Villette by Cara Black
  • PDF Download Nebula Awards Showcase 60 by Stephen Kotowych Thomas Ha Caroline M Yoachim
  • DOWNLOADS A Case of Mice and Murder The Trials of Gabriel Ward by Sally Smith
  • download pdf The Man the Moment Demands Master the 10 Characteristics of the Comprehensive Man by Jason Wilson
  • DOWNLOAD PDF EPUB The Rooster and the Sun by Sunshine Orange Studio
  • DOWNLOAD PDF EPUB Water Moon A Novel by Samantha Sotto Yambao
  • PDF Prisoners of Geography The Quiz Book How Much Do You Really Know About the World by Tim Marshall
  • Pdf ePub Tehillim - Book of Psalms The Forgotten Way of the Righteous by Paramjit S Bharj download ebook
  • Read Pdf Understanding Reproduction in Social Contexts A Reader by Caitlin Killian
  • PDF EPUB Download Sean Alemayehu Tewodros Giorgis Presents... Inscribed By 9Ruby Prince Intergalactic Ambassador Blessed Are Those O Children of Ancient Israel Abyssinia
  • Download PDF Winter Warrior by Richard Cullen
  • Sodomys Solicitations A Right to Queerness by Joseph J. Fischel on Ipad
  • Download PDF Rosie The Steinway Grand Piano A musical journey through time by Simon Mills
  • DOWNLOAD PDF EPUB A Vision of Lights by Maria A Eden
  • Read online Kimi ni Todoke From Me to You Soulmate Vol. 1 by Karuho Shiina
  • Pdf ePub The Road to Tender Hearts A Novel by Annie Hartnett download ebook
  • PDF Download A Telegram from Le Touquet by John Bude
  • PDF Kindle Medaka Kuroiwa Is Impervious to My Charms 9 by Ran Kuze
  • download pdf Red White Royal Blue A Novel by Casey McQuiston
  • 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

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

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
{}
Modified at 2025-08-24 21:55:25
Previous
Update an existing pet
Next
Deletes a pet
Built with