Download OpenAPI specification:Download
petstore
pets
list all pets
How many items to return at one time (max 100)
A paged array of pets
unexpected error
[{"id": 0,"name": "string","tag": "string"}]
add a pet
Null response
{"code": 0,"message": "string"}
info for a specific pet
The id of the pet to retrieve
Expected response to a valid request