yssoreliwuca
  1. pet
yssoreliwuca
  • Start your Apidog journey
  • PDF Kindle Le Cycle du Crépuscule Tome 2 par Peter-V Brett Jean-Claude Mallé Nicolette Caven
  • TÉLÉCHARGEMENTS Les dangers de la drogue
  • Télécharger PDF La légende des Firemane Tome 3
  • télécharger pdf Dirk Verdoorn - Peintre globe-trotter
  • TÉLÉCHARGEMENTS Whispers in the Dark - 2024 1
  • Pdf ePub Le tertre par H. P. Lovecraft Laurent Folliot téléchargement ebook
  • Télécharger Pdf Rencontre avec le passé - Bien plus quun projet
  • téléchargement pdf Sexy Campus Tome 2
  • Télécharger PDF 56ème siècle une renaissance
  • téléchargement epub Animal Farm
  • téléchargement pdf One Waltz With The Viscount
  • Lecture en ligne Ebook Love in the Times of Pablo Escobar
  • télécharger pdf The Little Old Art of Love
  • TÉLÉCHARGEMENTS Les Légendaires - Les Chroniques de Darkhell T05 - Alliances
  • Télécharger PDF Rédiger avec succès lettres e-mails documents administratifs et professionnels - Des outils méthodes et modèles pour une r
  • Lire en ligne Eloge des villes - Huit convictions pour transformer et aimer à niveau la Ville
  • téléchargement pdf Vows Of Revenge
  • Pdf ePub Temptation in the Break Room - Hotwife Confessions Quick Seductions 4 par COCO LUST téléchargement ebook
  • TÉLÉCHARGEMENTS The Huntress - The Blood of Legends 1
  • Lire en ligne The Hottest Ways To Make FREE MONEY in 2024
  • Pdf ePub Fake Wedding Date - The Trouble with Weddings 2 par Kaylee Monroe téléchargement ebook
  • TÉLÉCHARGEMENTS LOpéra Garnier - Dessins pour un chef-doeuvre
  • Lire en ligne Marcel Duchamp - La magie de lart
  • TÉLÉCHARGER PDF EPUB Anicet ou le panorama
  • télécharger pdf Mistletoe Misunderstandings A Second Chance at Love Wrapped in Christmas Magic - Romance Comedy Fantasy 1
  • Kindle Le succès par la pensée constructive téléchargement
  • Kindle The Drunken Bastards Tome 1 téléchargement
  • Lire en ligne Gonzo Highway - Correspondance de Hunter S. Thompson
  • Lecture en ligne Ebook La Rage de lexpression
  • Télécharger Pdf The Village - Ceristen Series 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-29 21:04:20
Previous
uploads an image
Next
Update an existing pet
Built with