API showdown///
- Pet Store
Train Travel API
- Updates a pet in the store with form data
Add a new pet to the store
Update an existing pet
Finds Pet by status
Finds Pet by tags
Find pet by ID
Deletes a pet
uploads an image
Updates a pet in the stor...
Security
petstore_auth(Required scopes: write:petread:pet)
- Mock serverhttps://innovario.apishowdown.com/_mock/catalog/api-showdown/api-hub/pet-store/openapi/pet/{petId}
- https://innovario.apishowdown.com/v3https://innovario.apishowdown.com/v3/pet/{petId}
curl -i -X POST \
'https://innovario.apishowdown.com/_mock/catalog/api-showdown/api-hub/pet-store/openapi/pet/{petId}?name=string&status=string' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'