Pathway Versions
Update Pathway Version
Updates a specific version of a pathway, including its version name, nodes, and edges.
POST
/
v1
/
pathway
/
{pathway_id}
/
version
/
{version_number}
Headers
Your API key for authentication.
Path Parameters
The ID of the pathway for which to create a new version.
The version number of the pathway to update.
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.