xachokyhufap
  1. pet
xachokyhufap
  • Start your Apidog journey
  • An Ember in the Ashes Complete Series Paperback Box Set 4 books by Sabaa Tahir on Ipad
  • PDF A Readers Guide to Thomas Manns Doctor Faustus by Tobias Boes
  • How to DAO Mastering the Future of Internet Coordination by Kevin Owocki Puncar Don Tapscott on Iphone New Format
  • Princeton Review Digital SAT Premium Prep 2025 5 Full-Length Practice Tests 2 in Book 3 Adaptive Tests Online Online Flashcards Review Tools by The Princeton Review on I
  • pdf download The 13th Footprint Vol. 1 by Kei Sanbe Sheldon Drzka
  • PDF Matter The Magnificent Illusion by Guido Tonelli Edward Williams
  • Download PDF El caso Rosy by Alessandra Carati
  • Die Arabische Halbinsel Geographie und Politik by Thomas Demmelhuber PD Dr. Nadine Scharfenort on Audiobook New
  • PDF EPUB Download Programming with OpenSCAD A Beginners Guide to Coding 3D-Printable Objects by Justin Gohde Marius Kintel Full Book
  • pdf download The Memoirs of Robert and Mabel Williams African American Freedom Armed Resistance and International Solidarity by Robert F. Williams Mabel R. Williams Akin
  • Online Read Ebook If We Survive This by Racquel Marie
  • Read Pdf The Silversmiths Puzzle by Nev March
  • Download PDF Little Big Sister by Eoin Colfer Celia Ivey
  • Pdf ePub The Other Valley A Novel by Scott Alexander Howard download ebook
  • Niall A Canadian Irish Syndicate Romance by Melanie Moreland on Iphone New Format
  • DOWNLOAD PDF EPUB Revolution in 35mm Political Violence and Resistance in Cinema from the Arthouse to the Grindhouse 1960-1990 by Andrew Nette Samm Deighan
  • pdf download Women and the Piano A History in 50 Lives by Susan Tomes
  • Read Pdf Someone to Build Me Up by M.L. Nolan
  • DOWNLOADS Iris of the Crowned Flame by Olivia Tildon
  • Online Read Ebook Visiones Mind Games by Nora Roberts
  • Read online The Fund Ray Dalio Bridgewater Associates and the Unraveling of a Wall Street Legend by Rob Copeland
  • Read online The Finding Solid Ground Program Workbook Overcoming Obstacles in Trauma Recovery by Hugo J. Schielke Bethany L. Brand Ruth A. Lanius
  • DOWNLOAD PDF EPUB Silverborn The Mystery of Morrigan Crow by Jessica Townsend
  • PDF Kindle Sports Card Collecting Investing For Dummies by Geoff Wilson Ben Burrows Tyler Nethercott
  • Kamasutra feminista ilustrado Illustrated Feminist Kamasutra by Lola Lúpez María Uve on Ipad
  • 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

Add a new pet to the store

POST
/pet
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/pet' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Response Response Example
{
    "id": "100"
}

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
Body Params application/json

Examples

Responses

🟢200OK
application/json
Body

Modified at 2025-09-02 22:53:15
Previous
uploads an image
Next
Update an existing pet
Built with