uploads an image
Path Parameters |
---|
petId int64 — REQUIREDID of pet to update |
Request Body |
---|
string |
Responses | ||||
---|---|---|---|---|
200 successful operation
|
Path Parameters |
---|
petId int64 — REQUIREDID of pet to update |
Request Body |
---|
string |
Responses | ||||
---|---|---|---|---|
200 successful operation
|
uploadFile
POST /pet/:petId/uploadImage
//petstore.swagger.io/v2
curl -L -X POST '//petstore.swagger.io/v2/pet/:petId/uploadImage' \
-H 'Content-Type: application/octet-stream' \
-H 'Accept: application/json'