/
Updates a pet in the stor...
Security
petstore_auth(Required scopes: write:petsread:pets)
- Mock serverhttps://innovario.apishowdown.com/_mock/petstore/pet/{petId}
- Default serverhttps://petstore.swagger.io/v2/pet/{petId}
- Sandbox serverhttps://petstore.swagger.io/sandbox/pet/{petId}
curl -i -X POST \
'https://innovario.apishowdown.com/_mock/petstore/pet/{petId}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-d name=string \
-d status=string