Rollback flow to version

POST /api/v1/flows/:flowId/rollback/:version

Authentication

AuthorizationBearer

Pass a JWT access token or an API key (prefixed with tif_live_) as a Bearer token.

Path parameters

flowIdstringRequiredformat: "uuid"
Flow ID
versionstringRequired
Version to rollback to

Response

Rollback result
flowobject
Flow detail after rollback has been applied
newVersionstring

New version assigned after rollback (auto-incremented patch)

rolledBackFromstring
Version that was rolled back from

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
429
Too Many Requests Error
500
Internal Server Error