Skip to content

addPet

POST
/pets

Creates a new pet in the store. Duplicates are allowed

Pet to add to the store

object
name
required
string
tag
string

Pet response

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

Unexpected error

object
code
required
integer format: int32
message
required
string