juthishivyfy
  1. pet
juthishivyfy
  • Start your Apidog journey
  • pdf download Robotic Intelligent Assembly by Jing Xu Hao Su Rui Chen Zhimin Hou
  • Bad Girls A Novel by Camila Villada Kit Maude on Iphone New Format
  • Online Read Ebook Night of Power The Betrayal of the Middle East by Robert Fisk
  • Read online Four Eyes A Graphic Novel Four Eyes 1 by Rex Ogle Dave Valeza
  • PDF Kindle The Cure for Burnout How to Find Balance and Reclaim Your Life by Emily Ballesteros
  • Read online A History of East Asia From the Origins of Civilization to the Twenty-First Century by Charles Holcombe
  • PDF DOWNLOAD The Folded Sky by Elizabeth Bear on Iphone
  • Read Pdf RecipeTin Eats Dinner 150 Recipes for Fast Everyday Meals by Nagi Maehashi
  • Download Pdf Tangled Tales by Charlotte E English
  • PDF Download Field Guide to the Orchids of Europe and the Mediterranean by Rolf Kühn Henrik Ærenlund Pedersen Phillip Cribb
  • Happiness Forever A Novel by Adelaide Faith on Audiobook New
  • Read online Short Game Mitsuru Adachis Baseball Short Story Collection by Mitsuru Adachi
  • PDF EPUB Download A Telegram from Le Touquet by John Bude Full Book
  • DOWNLOADS A Crown So Silver by Lyra Selene
  • download pdf Uncommon Simple Principles for an Extraordinary Life by Mark Divine
  • Read pdf Lost in Taiwan A Graphic Novel by Mark Crilley
  • Theyre Going to Love You A Novel by Meg Howrey on Iphone New Format
  • DOWNLOAD PDF EPUB Dark Harvest by Orna OReilly
  • Read online First Test Graphic Novel A Graphic Novel by Tamora Pierce Becca Farrow
  • Inside Out by Demi Moore on Audiobook New
  • epub download The Art of Death Stranding by Titan Books
  • epub download The Adventures of Mila and Ranger by Cornelia Benites Daniel Morris
  • PDF EPUB Download Warring Tides by Mk Ahearn Full Book
  • PDF EPUB Download Two Cheers for Anarchism Six Easy Pieces on Autonomy Dignity and Meaningful Work and Play by James C. Scott Tun Myint Full Book
  • Download PDF Algorithms of Betrayal by Deracine
  • 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-08-20 00:09:10
Previous
uploads an image
Next
Update an existing pet
Built with