bykithuzysug
  1. pet
bykithuzysug
  • Start your Apidog journey
  • download pdf Yarrick The Omnibus by David Annandale
  • PDF EPUB Download Doctor Who Fear Death by Water by Emily Cook Full Book
  • Download PDF Wild Houses by Colin Barrett
  • Mobile Suit Gundam Thunderbolt Vol. 20 by Yasuo Ohtagaki Hajime Yatate Yoshiyuki Tomino on Ipad
  • Read pdf Optimization An Introduction by Libor Pekar
  • Online Read Ebook Eater of Storms by Marin Blackthorn
  • Pdf ePub Treasure on Shell Island by Tolar Miles download ebook
  • Download PDF Genesis Artificial Intelligence Hope and the Human Spirit by Henry Kissinger Eric Schmidt Craig Mundie Niall Ferguson
  • Gemini A Love Letter by Heidi Rose Robbins on Audiobook New
  • Pdf ePub The Marriage Vendetta A Novel by Caroline Madden download ebook
  • DOWNLOADS Anime Manga Digital Coloring Guide Choose the Colors That Bring Your Drawings to Life With Over 1000 Color Combinations by Teruko Sakurai
  • Read Pdf New Surrealism The Uncanny in Contemporary Painting by Robert Zeller
  • Killing Stalking Deluxe Edition Vol. 1 by Koogi on Audiobook New
  • The White Bear by Henrik Pontoppidan Paul Larkin on Iphone New Format
  • The Bloomsbury Handbook of Gender and Sexuality in Early Childhood by Jessica Prioletta Adam Davies Kylie Smith on Ipad
  • DOWNLOADS Wildfire Days A Woman a Hotshot Crew and the Burning American West by Kelly Ramsey
  • Download PDF Critical Role Bells Hells--What Doesnt Break by Cassandra Khaw Critical Role
  • PDF The Adventures of Mila and Ranger by Cornelia Benites Daniel Morris
  • Download Pdf Complicated Transformed by Orlando Moore
  • Read online Tying the Knot With an Amagami Sister 10 by Marcey Naito
  • PDF EPUB Download Egeria Theological and Ecclesial Knowledge Between Eastern and Western Traditions by Anni Maria Laato Full Book
  • Read online Crimeucopia - A Load Of Balls by Authors Various
  • Swing by Audrey Meeker Sarah Davidson on Audiobook New
  • Pdf ePub This Is Not a Ghost Story A Novel by Amerie download ebook
  • Princeton Review AP Statistics Prep 20th Edition 5 Practice Tests Complete Content Review Strategies Techniques by The Princeton Review on Audiobook New
  • 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-22 23:14:30
Previous
Update an existing pet
Next
Deletes a pet
Built with