gheshingeshy
  1. pet
gheshingeshy
  • Start your Apidog journey
  • PDF DOWNLOAD Fate Kaleid Liner Prisma Illya The Complete Manga Collection by Hiroshi Hiroyama Type-Moon on Iphone
  • Online Read Ebook Basic and Clinical Pharmacology 15e by Bertram G. Katzung Anthony J. Trevor
  • 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
      GET
    • Place an order for a pet
      POST
    • Find purchase order by ID
      GET
    • Delete purchase order by ID
      DELETE
  • user
    • Creates list of users with given input array
      POST
    • Get user by user name
      GET
    • Update user
      PUT
    • Delete user
      DELETE
    • Logs user into the system
      GET
    • Logs out current logged in user session
      GET
    • Creates list of users with given input array
      POST
    • Create user
      POST
  1. pet

uploads an image

POST
/pet/{petId}/uploadImage
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."
}

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

Modified at 2025-08-22 00:53:40
Previous
Finds Pets by tags
Next
Add a new pet to the store
Built with