Skip to content

addPet

POST
/pets

Creates a new pet in the store. Duplicates are allowed

Request Body required

Pet to add to the store

object
name
required
string
tag
string

Responses

200

Pet response

object
name
required
string
tag
string
id
required
integer format: int64

default

Unexpected error

object
code
required
integer format: int32
message
required
string