Entity Type API
Update Entity Type
Update an entity type’s name, color, icon, or help-agent visibility. Omitted optional fields are left unchanged.
PUT
Update Entity Type
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the entity type to update.
Body
application/json
The display name of the entity type (required).
Hex color for the entity type's icon. Omit to leave unchanged.
The Lucide icon slug for the entity type. Omit to leave unchanged.
Controls whether the help agent can see entities of this type. Omit to leave unchanged.
Available options:
HELP_AGENT_ENTITY_VISIBILITY_UNSPECIFIED, HELP_AGENT_ENTITY_VISIBILITY_NONE, HELP_AGENT_ENTITY_VISIBILITY_REQUESTER_ASSOCIATED, HELP_AGENT_ENTITY_VISIBILITY_ALWAYS Response
Success
The updated entity type.
Update Entity Type

