Skip to content

newPet

POST

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
}

Return a 200 status to indicate that the data was received successfully