Skip to main content
POST
Create a new entity definition in the project

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project
string
required

The project slug

Body

application/json
name
string
required
Maximum string length: 255
slug
string | null
Maximum string length: 63
Pattern: ^[a-z0-9]+(?:-[a-z0-9]+)*$
description
string | null
Maximum string length: 1000

Response

data
any[]
required