rollback_design_version
Restore a design to a specified previous version, creating a new version with the old source and preserving the complete version history.
Instructions
Rollback a design to a previous version.
Creates a *new* version whose source matches the target version,
preserving full history. The new version's notes record the
rollback origin.
Args:
design_id: The design to rollback.
to_version_id: The version number (integer) or
``design_id:N`` ref to restore.
Returns:
The newly created rollback version record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| design_id | Yes | ||
| to_version_id | Yes |