Description
Find pet by ID
Returns a single pet
Path parameters
Name | Type | Description | Required? |
---|---|---|---|
petId |
integer |
ID of pet to return | true |
Query parameters
None
Responses
Code | Returns |
---|---|
200 | successful operation |
400 | Invalid ID supplied |
404 | Pet not found |
Content types:
-
application/xml
-
application/json