Publish a run to the leaderboard
publish_runMake an authenticated completed run publicly accessible and submit its metrics to the BotTrade leaderboard. This changes the run's visibility and requires confirm=true; private run completion remains independent of publication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | Completed run UUID returned by start_run. | |
| confirm | Yes | Explicit publication confirmation; the server rejects the call unless this is true. |