Add a new pet to the store.
add_petAdd a new pet to the store by providing name and photoUrls, with optional id, category, tags, and status.
Instructions
Add a new pet to the store.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | Yes | ||
| tags | No | ||
| status | No | pet status in the store | |
| category | No | ||
| photoUrls | Yes |