Skip to main content

Add a new pet to the store

Add new pet to the store inventory.

Header Parameters
    Accept-Language string

    Default value: en-AU

    The language you prefer for messages. Supported values are en-AU, en-CA, en-GB, en-US

    Example: en-US
Cookie Parameters
    cookieParam int64 required

    Some cookie

Request Body required

Pet object that needs to be added to the store

    category Category

    Categories this pet belongs to

    name string

    Possible values: non-empty

    Category name

    sub object

    Test Sub Category

    prop1 string

    Dumb Property

    name string required

    The name given to a pet

    photoUrls url[] required

    Possible values: <= 20

    The list of URL to a cute photos featuring pet

    friend
    tags Tag[]

    Possible values: >= 1

    Tags attached to the pet

  • Array [
  • name string

    Possible values: non-empty

    Tag name

  • ]
  • status string

    Possible values: [available, pending, sold]

    Pet status in the store

    petType string

    Type of a pet


    huntingSkill string required

    Possible values: [clueless, lazy, adventurous, aggressive]

    Default value: lazy

    The measured skill for hunting

Responses

Invalid input

Loading...