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
Your API key for authentication.
Path
The ID of the pathway you want to promote
Body
The version number of the pathway you want to promote
The environment you want to promote the pathway to. Can be production
or staging
. Default is production
.
Response
A message indicating the status of the request.