Restore Workflow Version
POST/api/v1/workflows/:workflow_id/versions/:version_number/restore
Restore a workflow to a previous version.
This creates a new version with the snapshot data from the specified version.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
OK
Bad Request
Unauthorized
Forbidden
Not Found
Validation Error
Internal Server Error