newPet
POST
Request Body
Section titled “Request Body”Information about a new pet in the system
Media typeapplication/json
object
name
required
string
tag
string
id
required
integer format: int64
Examplegenerated
{ "name": "example", "tag": "example", "id": 1}Responses
Section titled “Responses”Return a 200 status to indicate that the data was received successfully