Info for a specific pet
GET/pets/:petId
Returns information about a specific pet.
Request
Path Parameters
petId int64required
The ID of the pet to retrieve
Responses
- 200
- 404
The pet information
- application/json
- Schema
- Example (from schema)
Schema
id int64required
name stringrequired
tag string
{
"id": 0,
"name": "string",
"tag": "string"
}
Pet not found
Loading...