Pathway Versions
Promote Pathway Version
Promote a pathway version for a pathway ID to either staging or production environment.
POST
/
v1
/
pathway
/
{pathway_id}
/
publish
Headers
authorization
string
requiredYour API key for authentication.
Path
pathway_id
string
requiredThe ID of the pathway you want to promote
Body
version_id
number
requiredThe version number of the pathway you want to promote
environment
string
The environment you want to promote the pathway to. Can be production
or staging
. Default is production
.
Response
message
string
A message indicating the status of the request.