Create Entity Type
Create a new entity type with optional fields for a team.
Request body
The ID of the team.
The unique key for the entity type. If not provided, will be auto-generated from the name.
The display name of the entity type (required).
Optional parent entity type ID for nesting under a parent type.
Optional schema key for placing the entity type in a non-default schema. When omitted, the entity type is created in the team's default schema. Use "reference-data" for entity types that represent external reference tables (e.g., ServiceNow reference tables) rather than user-facing assets.
When true, marks the type as an edge/relationship type whose instances connect two other entities. The type must have exactly two single-valued ENTITY_REF fields in fields (the endpoints); direction labels are derived from those field names, so no extra edge config is needed.
Response
Success