Add a new pet to the store
post/pet
addPet
Add a new pet to the store
Parameters
body
| Name | Type | Required | Description | Default |
|---|---|---|---|---|
| body | object | required | Pet object that needs to be added to the store |
Responses
Authentication
petstore_auth (write:pets, read:pets)
Code Examples