ysomeknozice
  1. pet
ysomeknozice
  • Start your Apidog journey
  • PDF Awakening Spy Martial Arts System - Awakening Spy Martial Arts System 4 téléchargement
  • Télécharger Pdf Les Couronnes de Nyaxia Tome 1
  • Kindle Hector Servadac téléchargement
  • Télécharger Pdf 45 secondes déternité - Mes souvenirs de lau-delà
  • TÉLÉCHARGEMENTS Bruce Lee 1940-1973 - Sa vie ses films ses combats
  • télécharger pdf La grande encyclopédie des minéraux et des pierres de soin - Traité lithosophique
  • PDF The Comprehensive Guide to Cultivating Connections A Networking Blueprint for Success téléchargement
  • TÉLÉCHARGEMENTS Reverie
  • télécharger pdf Of Wings Fury - Warring Hearts 2
  • téléchargement epub Serment à un roi
  • PDF A Christmas Trip to the Pyramids téléchargement
  • Lire en ligne Kinnections Tome 3
  • téléchargement pdf At work
  • TÉLÉCHARGEMENTS AGAIN
  • Télécharger Pdf Techno 100 - Classiques hits et raretés
  • TÉLÉCHARGER PDF EPUB Promesses sulfureuses
  • PDF Music Production Workflow Efficiency And Creativity téléchargement
  • téléchargement epub Freiheit
  • Kindle Comment le prince Cardan en est venu à détester les histoires téléchargement
  • TÉLÉCHARGEMENTS Gruppensex
  • Télécharger Pdf Dangerous Fate Tome 2
  • Télécharger PDF Journal dun dégonflé Tome 9
  • TÉLÉCHARGEMENTS Les dagues de la SA Sturmabteilung
  • Kindle Joli monstre téléchargement
  • Lecture en ligne Ebook Intrépide - Ma vie de Pretender
  • Lire en ligne Concours IADE tout-en-un
  • Télécharger PDF The Trouble with Christmas - True Heart Series 1.5
  • Pdf ePub Kreuzwege - Erzählungen par Wilfried Herold téléchargement ebook
  • téléchargement epub Rescued by the Reaper Lieutenant
  • Lire en ligne Deuxième année Fallen Academy T2 - Fallen Academy 2
  • 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-24 22:54:40
Previous
uploads an image
Next
Update an existing pet
Built with