Update Edge

Updates an entity edge by UUID.

Path parameters

uuidstringRequired
Edge UUID

Request

Update edge request
attributesmap from strings to anyOptional
Updated attributes. Merged with existing attributes. Set a key to null to delete it.
expired_atstringOptional
Updated time at which the edge expires
factstringOptional<=250 characters
Updated fact for the edge
invalid_atstringOptional
Updated time at which the fact stopped being true
namestringOptional1-50 characters

Updated name (relationship type) for the edge

valid_atstringOptional
Updated time at which the fact becomes true

Response

Updated edge
created_atstring
Creation time of the edge
factstring
Fact representing the edge and nodes that it connects
namestring
Name of the edge, relation name
source_node_uuidstring
UUID of the source node
target_node_uuidstring
UUID of the target node
uuidstring
UUID of the edge
attributesmap from strings to any or null
Additional attributes of the edge. Dependent on edge types
episodeslist of strings or null
List of episode ids that reference these entity edges
expired_atstring or null
Datetime of when the node was invalidated
invalid_atstring or null
Datetime of when the fact stopped being true
relevancedouble or null

Relevance is an experimental rank-aligned score in [0,1] derived from Score via logit transformation. Only populated when using cross_encoder reranker; omitted for other reranker types (e.g., RRF).

scoredouble or null

Score is the reranker output: sigmoid-distributed logits [0,1] when using cross_encoder reranker, or RRF ordinal rank when using rrf reranker

valid_atstring or null
Datetime of when the fact became true

Errors