| Field | Type | Required |
|---|---|---|
id | string | yes |
name | string | yes |
tag | string | no |
Returns a paged array of pets (HTTP 200).
| Parameter | Location | Required | Type |
|---|---|---|---|
limit | query | no | integer |
Creates a new pet. Request body is required and uses the Pet schema; returns the created pet (HTTP 201).
Returns details for a single pet (HTTP 200).
| Parameter | Location | Required | Type |
|---|---|---|---|
petId | path | yes | string |
/pets, /pets/{petId}