Skip to content

newCat

POST

New cat details

object
id
required
integer format: int64
name
required
Name of the animal

A friendly name for the animal.

string
tag
string
Example
{
"id": 1,
"name": "dog",
"tag": "pet"
}

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