rollbackToVersion

suspend fun rollbackToVersion(targetVersion: Long): ConfigRollbackResult

Rollback to a previous config version.

Security: Rollback is blocked if target version < minimumConfigVersion.

Return

Result indicating success or failure reason

Parameters

targetVersion

The version to restore