Security
petstore_auth(Required scopes: write:petsread:pets)
- Mock serverhttps://innovario.apishowdown.com/_mock/petstore/pet/{petId}/uploadImage
- Default serverhttps://petstore.swagger.io/v2/pet/{petId}/uploadImage
- Sandbox serverhttps://petstore.swagger.io/sandbox/pet/{petId}/uploadImage
curl -i -X POST \
'https://innovario.apishowdown.com/_mock/petstore/pet/{petId}/uploadImage' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/octet-stream' \
-d stringResponse
{ "code": 0, "type": "string", "message": "string" }