uploads an image

post/pet/{petId}/uploadImage
uploadFile
uploads an image
Parameters
path
NameTypeRequiredDescriptionDefault
petIdintegerrequiredID of pet to update
formData
NameTypeRequiredDescriptionDefault
additionalMetadatastringAdditional data to pass to server
filefilefile to upload
Responses
Authentication
petstore_auth (write:pets, read:pets)
Code Examples
curl -X POST 'https://api.example.com/pet/{petId}/uploadImage' \
  -H 'Content-Type: application/json'