uploads an image
Path Parameters
- petId int64 required
ID of pet to update
- application/octet-stream
Request Body
- string binary
Responses
- 200
successful operation
- application/json
- Schema
- Example (from schema)
Schema
- code int32
- type string
- message string
{
"code": 0,
"type": "string",
"message": "string"
}
Loading...