Error
A valid request URL is required to generate request examples{
"name": "doggie",
"photoUrls": [
"<string>"
],
"id": 10,
"category": {
"id": 1,
"name": "Dogs"
},
"tags": [
{
"id": 123,
"name": "<string>"
}
],
"status": "available"
}pet
Add a new pet to the store.
Add a new pet to the store.
POST
/
pet
Error
A valid request URL is required to generate request examples{
"name": "doggie",
"photoUrls": [
"<string>"
],
"id": 10,
"category": {
"id": 1,
"name": "Dogs"
},
"tags": [
{
"id": 123,
"name": "<string>"
}
],
"status": "available"
}Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
application/jsonapplication/xmlapplication/x-www-form-urlencoded
Create a new pet in the store