Entity type public ID (ety_...).
Request body to update an entity type. Only the fields present are changed. name is intentionally not updatable — it is immutable because external references key off it.
New description.
New parent type public ID (ety_...), or an empty string to clear the parent (promote to top-level). Must belong to the same account+environment and may not be the type itself.
The request has succeeded.
An EntityType is a customer-defined type in the knowledge-graph taxonomy, scoped to an account+environment. Types may be organised into hierarchies via parentTypeID, and may carry per-type structured attribute metadata in attributeSchema (for example {"unit": "mg", "range": [0, 100]}).
Stable public identifier for the entity type (ety_...).
Human-facing type name. Unique within an account+environment, and immutable once set.
Optional human-facing note about the type.
Public ID (ety_...) of the parent type, or an empty string when the type is top-level.
Creation timestamp (RFC 3339).
Last-update timestamp (RFC 3339).