Skip to main content

Create a pet

POST 

/pets

Creates a new pet in the store.

Request

Body

required

The pet to create

    name stringrequired
    tag string

Responses

The created pet

Schema

    id int64required
    name stringrequired
    tag string
Loading...