This commit is contained in:
mm 2024-09-15 10:47:45 +05:00
parent 3afc92bccb
commit 14e82f3298

View File

@ -181,7 +181,7 @@ type UpdateDurationRequest struct {
// @Accept json
// @Produce json
// @Param UpdateData body UpdateDurationRequest true "UpdateDuration"
// @Success 200 {string}
// @Success 200
// @Router /api/widget/duration/update [post]
func UpdateDuration(widgetService widgetDurationUpdater) echo.HandlerFunc {
return func(request echo.Context) error {