Add a new pet to the store
Add new pet to the store inventory.
| Header Parameters | 
|---|
| Accept-LanguagestringThe language you prefer for messages. Supported values are en-AU, en-CA, en-GB, en-US Example:  en-US | 
| Cookie Parameters | 
|---|
| cookieParamint64 —  REQUIREDSome cookie | 
| Request Body  —  REQUIRED Pet object that needs to be added to the store | ||||
|---|---|---|---|---|
| idint64Pet ID | ||||
| categoryCategoryCategories this pet belongs to 
 | ||||
| namestring —  REQUIREDThe name given to a pet | ||||
| photoUrlsurl[] —  REQUIREDThe list of URL to a cute photos featuring pet | ||||
| friend(circular) | ||||
| tagsTag[]Tags attached to the pet 
 | ||||
| statusstringPossible values: [ Pet status in the store | ||||
| petTypestringType of a pet | 
| Responses | 
|---|
| 405Invalid input |