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
authorization
string
requiredYour API key for authentication.
Path Parameters
pathway_id
string
requiredThe ID of the pathway for which to create a new version.
Request Body
name
string
requiredThe name of the new pathway version.
nodes
array of objects
requiredAn array of node objects defining the structure of the pathway.
edges
array of objects
requiredAn array of edge objects defining the connections between nodes.
Response
status
string
The status of the operation (e.g., “success”).
message
string
A message describing the result of the operation.
data
object