# Add a new pet to the store Add new pet to the store inventory. Endpoint: POST /pet Version: 1.0.0 Security: petstore_auth ## Header parameters: - `Accept-Language` (string) The language you prefer for messages. Supported values are en-AU, en-CA, en-GB, en-US Example: "en-US" ## Cookie parameters: - `cookieParam` (integer, required) Some cookie ## Request fields (application/json): - `category` (object) Categories this pet belongs to - `category.name` (string) Category name - `category.sub` (object) Test Sub Category - `category.sub.prop1` (string) Dumb Property - `name` (string, required) The name given to a pet Example: "Guru" - `photoUrls` (string,integer,null, required) The list of URL to a cute photos featuring pet - `friend` (object) - `tags` (array) Tags attached to the pet - `tags.name` (string) Tag name - `status` (string) Pet status in the store Enum: "available", "pending", "sold" - `petType` (string) Type of a pet - `huntingSkill` (integer) Enum: 0, 1, 2