Skip to content

Commit

Permalink
fix(swagger): wrong enum value for closing reason
Browse files Browse the repository at this point in the history
  • Loading branch information
vareversat committed Oct 1, 2023
1 parent 78a46be commit e317028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/api/controllers/forecast.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
// @Param from query string false "The date to filter from (RFC3339)" Format(date-time)
// @Param limit query int true "Set the limit of the queried results" Format(int) default(10)
// @Param offset query int true "Set the offset of the queried results" Format(int) default(0)
// @Param reason query string false "The closing reason" Enums(boat_crossing, maintenance)
// @Param reason query string false "The closing reason" Enums(boat, maintenance)
// @Param boat query string false "The boat name of the event"
// @Param maneuver query string false "The boat maneuver of the event" Enums(leaving_bordeaux, entering_in_bordeaux)
// @Param Timezone header string false "Timezone to format the date related fields (TZ identifier)" default(UTC)
Expand Down

0 comments on commit e317028

Please sign in to comment.