oshavutishot
  1. pet
oshavutishot
  • Start your Apidog journey
  • PDF EPUB Download Rose in Chains by Julie Soto Full Book
  • pdf download Nothing to Hide 2. Young Men from Slovakia by Phil Dlab
  • Pdf ePub Homebody by Theo Parish download ebook
  • PDF The Landmark Xenophons Anabasis by
  • epub download Die Kunst der Transformation Was Führungskräfte vom Elternsein lernen können - aus der Sicht von fünf Vätern by Benjamin Ferreau Morte
  • Download Pdf Justine Cooks A Cookbook Recipes Mostly Plants for Finding Your Way in the Kitchen by Justine Doiron
  • Read online Eating Culture An Anthropological Guide to Food Third Edition by Gillian Crowther
  • PDF Simul by Andrew Caldecott
  • Online Read Ebook Surrounded by Liars How to Stop Half-Truths Deception and Gaslighting from Ruining Your Life by Thomas Erikson
  • William by Mason Coile on Audiobook New
  • DOWNLOADS Haikyu 3-in-1 Edition Vol. 5 Includes vols. 13 14 15 by Haruichi Furudate
  • Read online The Sunlit Man A Cosmere Novel by Brandon Sanderson
  • PDF EPUB Download Haruki Murakami Manga Stories 3 Scheherezade Sleep by Haruki Murakami Jc Deveney PMGL Full Book
  • DOWNLOADS Dazzling Darkness The Lives and Afterlives of the Christian Mystics by James Harpur
  • PDF EPUB Download Hani and Ishus Guide to Fake Dating by Adiba Jaigirdar Full Book
  • pdf download Watercolor in the Woods Paint a Whimsical World of Forest Animals Botanicals Toadstools and More by Jane Carkill
  • Read pdf Dense Green Urban Development Emerging Models of Integrated Architecture by Thomas Schröpfer
  • PDF Kindle The Queen of Dirt Island A Novel by Donal Ryan
  • epub download This Princess Kills Monsters The Misadventures of a Fairy-Tale Stepsister A Novel by Ry Herman
  • Pdf ePub The Deep Dark A Graphic Novel by Molly Knox Ostertag download ebook
  • Read online The Art of Cuphead The Delicious Last Course Deluxe Edition by Studio MDHR
  • The Dark Side of Hunger Mountain by T. H. Platt on Iphone New Format
  • pdf download The Legend of Albert Jacka From the shores of Gallipoli to the battlefields of France the epic story and fierce battles of the first Australian soldier to be aw
  • PDF Download Finding Happy A Users Guide to Your Life with Lessons from Mine by Peter Samuelson
  • The Cliffs Reeses Book Club A Novel by J. Courtney Sullivan 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-08-23 23:23:35
Previous
uploads an image
Next
Update an existing pet
Built with