utigungegopu
  1. pet
utigungegopu
  • Start your Apidog journey
  • Art Labour Text and Radical Care by Adam Walker on Ipad
  • DOWNLOADS All of Our Demise by Amanda Foody Christine Lynn Herman
  • Download Pdf No Mans Land by Simon Gaul
  • PDF Download How to Carry What Cant Be Fixed A Journal for Grief by Megan Devine
  • PDF West Virginias War The Civil War in Documents by William Kerrigan
  • PDF Download The Pros and Cons of Us by Emma Miller
  • PDF EPUB Download IT-Security - Der praktische Leitfaden Von Asset Management bis Penetrationstests by Amanda Berlin Lee Brotherston William F. Reyor III Kathrin Lichte
  • Read pdf Music In The 80s One Mans Journey Through A Golden Decade Of Studio Recording by Peter Woolliscroft
  • PDF EPUB Download Les 30 lois du succès - 30 habitudes indispensables pour développer ses compétences et réussir by Bodo Schäfer Virginie Doppagne
  • Read Pdf Philip Jaisohn Dr. Soh Jai-pil Korean Edition by Young Cho
  • download pdf Murray the Viking by Adam Stower
  • DOWNLOAD PDF EPUB The Lamb Brothers Mind Tricks by Kaiden Powell Ricardo Mossini
  • download pdf Local Content Requirements Promises and Pitfalls by Lili Yan Ing Gene Grossman
  • Read online Frank Herberts Dune Saga Collection Books 1 - 6 by Frank Herbert
  • epub download Never After The End of the Story by Melissa de la Cruz
  • epub download A Cultural History of Education in the Age of Empire by Heather Ellis
  • DOWNLOAD PDF EPUB Not Your Biggest Fan by Sara Ney
  • pdf download Wearable Technology IEEE CASS Seasonal School 2024 by Levis Chiri Kamau Beth Gichanga Kevin Maina Mike Muthomi Gikundi Lewis Murimi Murithi
  • Download Pdf Hildas Book of Beasts and Spirits by Emily Hibbs Jason Chan P.L.
  • pdf download Revitalizing Criminological Theory Advances in Ultra-Realism by Steve Hall Simon Winlow
  • PDF Kindle The Good Negress A Novel by A. J. Verdelle
  • PDF Im kleinen Nordsee-Hafen 3 Sommerküsse im kleinen Norsee-Hafen by Carolin von Campen
  • download pdf The Tearsmith A Novel by Erin Doom
  • epub download Stormvalor An Epic Noblebright Fantasy by Starr Z Davies
  • PDF Kindle Atlas of Brutalist Architecture by Phaidon Editors
  • PDF Kindle Eternal Magic by Alexandra Ivy
  • Read pdf Where Is Babys Belly Button 25th Anniversary Edition by Karen Katz
  • DOWNLOADS The Art of Cuphead The Delicious Last Course Deluxe Edition by Studio MDHR
  • Online Read Ebook The Infinite and The Divine by Robert Rath
  • Read online Blood in the Water by Tiffany D. Jackson
  • 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-07 21:25:50
Previous
Finds Pets by tags
Next
Add a new pet to the store
Built with