{ "id": 10, "name": "doggie", "category": { "id": 1, "name": "Dogs" }, "photoUrls": [ "<string>" ], "tags": [ { "id": 123, "name": "<string>" } ], "status": "available" }
Add a new pet to the store.
The access token received from the authorization server in the OAuth 2.0 flow.
Create a new pet in the store
The body is of type object.
object
Successful operation
The response is of type object.