use most likely error msg in doc
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
2026-02-24 07:54:56 -08:00
parent c7c64cd8f7
commit 1ab40fdc78

View File

@@ -332,9 +332,7 @@ func (h *TimesHandler) GetPlacements(ctx *gin.Context) {
// @Security ApiKeyAuth
// @Param id path int true "Time ID"
// @Success 200 {object} dto.Response[dto.BotDownloadUrl]
// @Failure 404 {object} dto.Error "Time not found"
// @Failure 404 {object} dto.Error "Time does not have a Bot"
// @Failure 404 {object} dto.Error "Bot not found"
// @Failure default {object} dto.Error "General error response"
// @Router /time/{id}/download-url [get]
func (h *TimesHandler) GetDownloadUrl(ctx *gin.Context) {