Skip to content

newPet

POST

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
}

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