pekuryheshoj
  1. pet
pekuryheshoj
  • Start your Apidog journey
  • télécharger pdf Treaded like a Rag
  • Télécharger PDF Les aventures des acro-pattes Tome 2
  • PDF Braqueur par Rédoine Faïd
  • TÉLÉCHARGER PDF EPUB Amsterdam
  • Kindle Deadly Surprise in Portmore - Sudden Death Series 3 téléchargement
  • Kindle Rescued by the Rugged Mountain Man - Bearclaw Search and Rescue 1 téléchargement
  • TÉLÉCHARGER PDF EPUB Blitz Tome 1
  • téléchargement pdf La tempête avant le calme
  • Lire en ligne Le chien qui suivait létoile - Conte de Noël
  • Lecture en ligne Ebook Le loup noir Tome 2
  • Lecture en ligne Ebook Le bébé de nuit de cendrillon
  • Télécharger PDF Le code - Le compte à rebours a commencé
  • PDF Marchesi 1824 - Savoring the spirit of Milan téléchargement
  • PDF Renascer entre as Grades - Cura e Crescimento Pessoal 3 téléchargement
  • PDF Shared Claimed By The Alpha Workmen Older Man Younger Woman Erotica Romance - Forbidden Age Gap Erotic Romance 13 par Sara King
  • Lire en ligne Nach dem Kauf durch den entstellten CEO
  • Lecture en ligne Ebook Lou Tome 7
  • Télécharger PDF Sıfırdan Ingilizce
  • téléchargement pdf Tout un tas de petites choses
  • Pdf ePub The Power Of EQ Sculpting Your Sound par PRODUCERGENIE téléchargement ebook
  • PDF Young Avengers téléchargement
  • téléchargement pdf Bonjour Saint-Esprit
  • Télécharger PDF LArbre-Monde
  • PDF LitLab rocks - Texte aus dem Literaturlabor par Helmut Ziegler
  • PDF La Passe-miroir Tome 1 par Christelle Dabos
  • TÉLÉCHARGEMENTS Les mots de la musique
  • Kindle 1500 CHISTES De HUMOR NEGRO Que Harán LLORAR a Tu MADRE téléchargement
  • TÉLÉCHARGEMENTS Thermodynamique appliquée à lénergétique - Cours et exercices corrigés
  • Lecture en ligne Ebook Lou Tome 7
  • Kindle Code de la route téléchargement
  • 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

uploads an image

POST
/pet/{petId}/uploadImage

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
Path Params

Body Params multipart/form-data

Responses

🟢200OK
application/json
successful operation
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/pet//uploadImage' \
--header 'Content-Type: multipart/form-data' \
--form 'additionalMetadata=""' \
--form 'file=@""'
Response Response Example
{
    "code": 3,
    "type": "ex dolor",
    "message": "Pecus carcer cometes credo. Vergo infit capitulus tollo. Custodia damno coaegresco defero pecus abeo acies voluntarius baiulus."
}
Modified at 2025-08-28 21:54:00
Previous
Finds Pets by tags
Next
Add a new pet to the store
Built with