/pet/{petId}/uploadImage| Name | Location | Type | Required | Description |
|---|---|---|---|---|
| petId | path | integer(int64) | required | ID of pet to update |
| additionalMetadata | formData | string | optional | Additional data to pass to server |
| file | formData | file | optional | file to upload |
Schema: ApiResponse
curl -X POST "https://petstore.swagger.io/v2/pet/{petId}/uploadImage"