cURL
curl --request PUT \ --url https://api.pathors.com/v1/projects/{projectId}/pathway \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "nodes": [ {} ], "edges": [ {} ], "version": "<string>" } '
Replace the entire pathway
PUT https://api.pathors.com/v1/projects/{projectId}/pathway
start
{ "message": "Pathway saved" }