v2
latestOpenAPI 3.1.02026-08-0382170235.8 KBedges
edges
Create edges between facts
Create one or more edges between facts in a POT.
After creating edges, runs POT Score propagation to update affected fact scores based on the new relationships.
- pot_id: UUID of the POT
- edges_data: List of edge definitions (from_id, to_id, type, weight, rationale)
Returns the created edges and triggers POT Score propagation.
post/pots/{pot_id}/edges
Path parameters
pot_idstring uuid required
Request body
Response
Edges created successfully