Security
petstore_auth(Required scopes: write:petread:pet)
- Mock serverhttps://innovario.apishowdown.com/_mock/catalog/api-showdown/api-hub/pet-store/openapi/pet/{petId}/uploadImage
- https://innovario.apishowdown.com/v3https://innovario.apishowdown.com/v3/pet/{petId}/uploadImage
curl -i -X POST \
'https://innovario.apishowdown.com/_mock/catalog/api-showdown/api-hub/pet-store/openapi/pet/{petId}/uploadImage?additionalMetadata=string' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/octet-stream' \
-d stringResponse
{ "code": 0, "type": "string", "message": "string" }