Skip to main content
POST
/
pet
/
{petId}
/
uploadImage
Error
A valid request URL is required to generate request examples
{
  "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<int64>
required

ID of pet to update

Query Parameters

additionalMetadata
string

Additional Metadata

Body

application/octet-stream

The body is of type file.

Response

successful operation

code
integer<int32>
type
string
message
string