Pathway Versions
Create Pathway Version
Creates a new version of a specific pathway, including its name, nodes, and edges.
POST
/
v1
/
pathway
/
{pathway_id}
/
version
Headers
Your API key for authentication.
Path Parameters
The ID of the pathway for which to create a new version.
Request Body
The name of the new pathway version.
An array of node objects defining the structure of the pathway.
An array of edge objects defining the connections between nodes.
Response
The status of the operation (e.g., “success”).
A message describing the result of the operation.