Create a new entity type with optional fields for a team.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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).
The fields to create on the entity type.
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.
Controls whether the help agent can see entities of this type. Defaults to REQUESTER_ASSOCIATED if not specified.
HELP_AGENT_ENTITY_VISIBILITY_UNSPECIFIED, HELP_AGENT_ENTITY_VISIBILITY_NONE, HELP_AGENT_ENTITY_VISIBILITY_REQUESTER_ASSOCIATED, HELP_AGENT_ENTITY_VISIBILITY_ALWAYS Success
The created entity type.