Skip to content

POST/pet/{petId}/uploadImage

Uploads an image

Upload image of the pet.

Parameters 2

NameTypeDescription
petIdrequiredpath · integerID of pet to update
additionalMetadataquery · stringAdditional Metadata

ReturnsApiResponse

Bearer token required

Response examples

200successful operation

application/json example derived from schema

{
  "code": 0,
  "type": "string",
  "message": "string"
}

Released under the MIT License.