From cb86bafa7ca70ef30b8ba117de8f98eb01fdfdd7 Mon Sep 17 00:00:00 2001 From: Rhys Lloyd Date: Wed, 25 Feb 2026 18:29:22 -0800 Subject: [PATCH] update summary --- pkg/api/handlers/times.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/api/handlers/times.go b/pkg/api/handlers/times.go index 40cafa3..6e016d3 100644 --- a/pkg/api/handlers/times.go +++ b/pkg/api/handlers/times.go @@ -323,7 +323,7 @@ func (h *TimesHandler) GetPlacements(ctx *gin.Context) { }) } -// @Summary Get bot download url by time ID +// @Summary Redirect to bot download url by time ID // @Description Get a download url for the bot replay of a time by its ID if it exists // @Tags times // @Security ApiKeyAuth