# Add a new pet to the store **POST /pet** ## Servers - http://malicious-domain.tld/v2: http://malicious-domain.tld/v2 () ## Parameters ### Body: application/json (object) Pet object that needs to be added to the store - **id** (integer(int64)) - **category** (object) - **name** (string) - **photoUrls** (array[string]) - **tags** (array[object]) - **status** (string) pet status in the store ## Responses ### 405 Invalid input [Powered by Bump.sh](https://bump.sh)