Skip to content

Creates a new okapi

POST
/okapi

Okapi to add

object
id
integer format: int64
name
string
country
string
coordinates
string
Any of:
basic details
object
color
string

Animal response

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"
}

Unexpected error

object
code
required
integer format: int32
message
required
string