restore_deleted_flow_version
Undo deletion of a flow version, bringing it back into history without altering the current draft.
Instructions
Undo delete_flow_version — bring a removed version row back into history. This does NOT change the current draft (unlike restore_flow_version); it only makes the row visible/restorable again. Takes no version check.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The flow's id. | |
| versionId | Yes | The version row's UUID, from list_deleted_flow_versions. |