logo
On this page

uploads an image

POST

https://petstore.swagger.io/v2/pet/:petId/uploadImage

Request

Path Parameters

    petId int64required

    ID of pet to update

Body

    string

Responses

successful operation
Schema
    code int32
    type string
    message string

Authorization: oauth2

name: petstore_authtype: oauth2scopes: write:pets,read:petsdescription: Get access to data while protecting your account credentials.
OAuth2 is also a safer and more secure way to give you access.
flows: {
  "implicit": {
    "authorizationUrl": "http://petstore.swagger.io/api/oauth/dialog",
    "scopes": {
      "write:pets": "modify pets in your account",
      "read:pets": "read your pets"
    }
  }
}

1
Copied!
Request
Collapse all
Base URL
https://petstore.swagger.io/v2
Default server
Auth
Bearer Token
Parameters
pathrequired
Body
Body
RESPONSEClear

Click the "Send" button above and see the response here!

On this page

Back to top