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