Create Entity Definition

Create a new entity definition.

Headers

x-api-keystringOptional

Request

This endpoint expects an object.
namestringRequired
typeenumRequired

Type of entity.

Allowed values:
entity_schemalist of strings or map from strings to anyRequired
module_namestringRequired
class_namestringRequired
descriptionstringOptional
parent_idstringOptionalformat: "uuid"

Response

Successful Response

namestring
typeenum

Type of entity.

Allowed values:
entity_schemalist of strings or map from strings to any
module_namestring
class_namestring
idstringformat: "uuid"
descriptionstringOptional
parent_idstringOptionalformat: "uuid"
organization_idstringOptionalformat: "uuid"

Errors