Update Node
Updates an entity node by UUID.
Path parameters
uuid
Node UUID
Request
Update node request
attributes
Updated attributes. Merged with existing attributes. Set a key to null to delete it.
labels
Updated labels for the node
name
Updated name for the node
summary
Updated summary for the node
Response
Updated node
created_at
Creation time of the node
name
Name of the node
summary
Regional summary of surrounding edges
uuid
UUID of the node
attributes
Additional attributes of the node. Dependent on node labels
labels
Labels associated with the node
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