Create or update a graph
PUT/graphs/:id
Upserts the graph row identified by the path ID. Name and Mode are taken from the body; if Mode is omitted it defaults to "open". The graph row must exist before a pipeline run can write nodes or edges targeting it: the seal phase enforces the nodes_graph_id_fkey foreign key.
Request
Responses
- 200
- 400
- 401
- 500
OK
Invalid body or graph mode
Unauthorized
Internal server error