projects

Update Graph

Update the project graph with new nodes and edges.

This is the primary endpoint for adding data to the project graph, typically called after processing a chat message.

post/v1/projects/{project_id}/graph/update

Path parameters

project_idstring uuid required

Request body

message_idstring uuid nullable

Response

Successful Response

nodes_createdinteger required
edges_createdinteger required
refs_createdinteger required
node_keysstring[] required

Changes

No recorded changes to this endpoint across all 1 revision of this API.