paveknoniqyss
  1. pet
paveknoniqyss
  • Start your Apidog journey
  • PDF Kindle From Decision Theory to Game Theory Reasoning about the Decisions of Others by Andrés Perea
  • Phoney Baloney by Oshri Hakak on Audiobook New
  • The Last Drop Solving the worlds water crisis by Tim Smedley on Iphone New Format
  • PDF DOWNLOAD The End of Summer by Kj Micciche on Iphone
  • Capturing Kaltenbrunner The Pursuit Capture and Trial of Hitlers Hidden Gestapo Chief SS General Ernst Kaltenbrunner by Robert Matteson Sumner Matteson Fredric Matteson on
  • Read pdf Hysteria by Jessica Gross
  • PDF Download Battle of the Bookstores by Ali Brady
  • Download Pdf Writing Forward Translation Performance Creativity by Susan Bassnett Piotr Blumczynski
  • White Bird A Wonder Story A Graphic Novel by on Iphone New Format
  • PDF The Dragon Republic Deluxe Collectors Edition by R. F. Kuang JungShan
  • Read pdf Feminism against Progress by Mary Harrington
  • DOWNLOAD PDF EPUB Fullgás Poesia reunida by Antonio Cicero Bloco Gráfico Noemi Jaffe
  • Talent How to Identify Energizers Creatives and Winners Around the World by Tyler Cowen Daniel Gross on Audiobook New
  • The Girl in the Woods by Gregg Olsen on Ipad
  • Microsoft 365 Office All-in-One For Dummies by Paul McFedries Peter Weverka on Iphone New Format
  • Download PDF En el amor y en la guerra La catedral del mar 3 by Ildefonso Falcones
  • Read pdf Torn by Carian Cole
  • PDF E-Z Dickens Superhrdina Kniha Tretia Červenï½ Izba by Cathy McGough
  • DOWNLOADS Space Vault The Seed Eclipse by Jeremy P Clift
  • download pdf Technopreneurship and Sustainability Innovation Challenges and Opportunities by Rajender Kumar Rahul Sindhwani Raman Kumar Punj Lata Singh J. Paulo Davim
  • Download Pdf Heaven A Novel by Mieko Kawakami Sam Bett David Boyd
  • epub download Tomb of Sand A Novel by Geetanjali Shree Daisy Rockwell
  • PDF EPUB Download Alice in Borderland Vol. 1 by Haro Aso Full Book
  • Anubis - Ancient Egypts Lord of Death and Protection by Charlie Larson Jason Miller on Audiobook New
  • PDF Who Better Than You The Art of Healthy Arrogance Dreaming Big by Will Packer
  • 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-29 23:27:55
Previous
Finds Pets by tags
Next
Add a new pet to the store
Built with