Update Edge
Updates an entity edge by UUID.
Path parameters
uuid
Edge UUID
Request
Update edge request
attributes
Updated attributes. Merged with existing attributes. Set a key to null to delete it.
expired_at
Updated time at which the edge expires
fact
Updated fact for the edge
invalid_at
Updated time at which the fact stopped being true
name
Updated name (relationship type) for the edge
valid_at
Updated time at which the fact becomes true
Response
Updated edge
created_at
Creation time of the edge
fact
Fact representing the edge and nodes that it connects
name
Name of the edge, relation name
source_node_uuid
UUID of the source node
target_node_uuid
UUID of the target node
uuid
UUID of the edge
attributes
Additional attributes of the edge. Dependent on edge types
episodes
List of episode ids that reference these entity edges
expired_at
Datetime of when the node was invalidated
invalid_at
Datetime of when the fact stopped being true
relevance
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).
score
Score is the reranker output: sigmoid-distributed logits [0,1] when using cross_encoder reranker, or RRF ordinal rank when using rrf reranker
valid_at
Datetime of when the fact became true