{ "id": "<string>", "previous_version": 123, "new_version": 123, "rollback_reason": "<string>", "rolled_back_at": {} }
Rollback a judge to a previous version
curl -X POST https://api.judge.example.com/judges/jdg_xyz789/rollback \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "target_version": 1, "reason": "Version 2 had performance issues" }'