pet
Find pet by ID
Returns a single pet
get/pet/{petId}
Path parameters
petIdinteger required
ID of pet to return
Response
successful operation
Example response
{
"name": "doggie"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.