Update Node

Updates an entity node by UUID.

Path parameters

uuidstringRequired
Node UUID

Request

Update node request
attributesmap from strings to anyOptional
Updated attributes. Merged with existing attributes. Set a key to null to delete it.
labelslist of stringsOptional
Updated labels for the node
namestringOptional1-50 characters
Updated name for the node
summarystringOptional<=500 characters
Updated summary for the node

Response

Updated node
created_atstring
Creation time of the node
namestring
Name of the node
summarystring
Regional summary of surrounding edges
uuidstring
UUID of the node
attributesmap from strings to any or null
Additional attributes of the node. Dependent on node labels
labelslist of strings or null
Labels associated with the node
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

Errors