latestOpenAPI 3.1.02026-08-171503582.2 MB
6199a9464227
Workflow Revisions
Publish a workflow revision
Publishes a draft workflow revision, transitioning it to Finished status. The previously finished revision becomes Revised.
post/workflows/{workflowId}/revisions/{revisionId}/publish
Path parameters
workflowIdstring required
The ID of the Workflow
revisionIdstring required
The ID of the Revision
Response
Example response
{
"data": {
"id": "iF2H8O21_rPMNj5U8hBJug",
"createdBy": {
"id": "naAJxoDIuwdgNsQHGRRGqA",
"email": "jane.doe@example.com",
"username": "Jane Doe"
},
"updatedBy": {
"id": "naAJxoDIuwdgNsQHGRRGqA",
"email": "jane.doe@example.com",
"username": "Jane Doe"
},
"workflowId": "iF2H8O21_rPMNj5U8hBJug"
},
"links": [
{
"href": "https://api.process.st/api/v1.1/resource/XXX"
}
]
}