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
Documentation IndexFetch the complete documentation index at: https://docs.pathors.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.pathors.com/llms.txt
Use this file to discover all available pages before exploring further.
PUT https://api.pathors.com/v1/projects/{projectId}/pathway
start
{ "message": "Pathway saved" }