xuboqowaxuge
  1. pet
xuboqowaxuge
  • Start your Apidog journey
  • téléchargement epub Wealth DNA Code - 13 Ways To Manifest Wealth Effortlessly
  • TÉLÉCHARGEMENTS Loracle des rêves - 48 cartes
  • téléchargement epub Partir pour devenir quelquun
  • PDF Kanji Kana - Index alphabétique des 14 000 mots français simples ou composés expressions usuelles et noms propres japonais extraits du Kanji et Kana ma
  • téléchargement pdf Christmas Chronicles Enchanted Stories for the Holiday Season
  • Lire en ligne Le petit guide illustré de la communication pacifiante
  • PDF Trousse à décorer Indes merveilleuses téléchargement
  • Lecture en ligne Ebook Je nai rien fait de mal
  • TÉLÉCHARGER PDF EPUB Rozenn Intégrale
  • PDF Quelquun à qui parler téléchargement
  • Télécharger PDF Homo chaoticus - Révolution dans lévolution
  • TÉLÉCHARGEMENTS Unstoppable Confidence The Self-Love Blueprint to Break Free from Validation and Own Your Worth
  • PDF Bohemian Visual Culture in fin-de-siècle Norway - Scenes from Christian Krohgs Studio par
  • télécharger pdf Alain Delon un destin français
  • PDF Le manuel porphyre du préparateur en pharmacie téléchargement
  • Lire en ligne Etre vivant méditer créer
  • Pdf ePub The Enchanted Stag par Kathryn Ashby téléchargement ebook
  • Pdf ePub Lalimentation intuitive - Le grand livre par Alicia Sicardi Vincent Florent téléchargement ebook
  • Pdf ePub Lakestone - tome 1 par Sarah Rivens téléchargement ebook
  • Pdf ePub The Healer - The Blood of Legends 2 par Sevannah Storm téléchargement ebook
  • Télécharger Pdf Dancer and the Ice Bear - Furry United Coalition 9
  • téléchargement pdf Nos âmes tourmentées
  • PDF Kindle Bled Tout-en-un - Orthographe grammaire conjugaison vocabulaire par Edouard Bled Odette Bled Daniel Berlion
  • PDF Kindle Paris par Sophie Ribot Laura Barthoux
  • téléchargement epub La pension du bord de mer
  • Télécharger PDF First Day of Puppy School - The Everyday Adventures of Papa Paws 10
  • Lecture en ligne Ebook Boundaries with Grace The Subtle Art of Letting Toxic People Drift Away
  • Kindle Le couple dà côté téléchargement
  • PDF Les loups du millénaire Tome 1 téléchargement
  • téléchargement pdf Nach dem Kauf durch den entstellten CEO
  • 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-09-01 21:52:45
Previous
Finds Pets by tags
Next
Add a new pet to the store
Built with