POST
/
pet
/
{petId}
/
uploadImage
{
  "code": 123,
  "type": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

petId
integer
required

ID of pet to update

Query Parameters

additionalMetadata
string

Additional Metadata

Body

application/octet-stream · file

The body is of type file.

Response

200
application/json
successful operation
code
integer
type
string
message
string