Skip to content

Commit 3145e07

Browse files
committed
fixing swagger docs generation
1 parent 8681b31 commit 3145e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webserver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ func tibiaGuildsOverviewV3(c *gin.Context) {
362362
// @Param world path string true "The world" default(all) extensions(x-example=Antica)
363363
// @Param category path string true "The category" default(experience) Enums(achievements, axefighting, charmpoints, clubfighting, distancefighting, experience, fishing, fistfighting, goshnarstaint, loyaltypoints, magiclevel, shielding, swordfighting, dromescore, bosspoints) extensions(x-example=fishing)
364364
// @Param vocation path string true "The vocation" default(all) Enums(all, knights, paladins, sorcerers, druids) extensions(x-example=knights)
365-
// @Param page path int true "The current page" default(1) minimum(1) maximum(20 extensions(x-example=1)
365+
// @Param page path int true "The current page" default(1) minimum(1) maximum(20) extensions(x-example=1)
366366
// @Success 200 {object} HighscoresResponse
367367
// @Router /v3/highscores/{world}/{category}/{vocation}/{page} [get]
368368
func tibiaHighscoresV3(c *gin.Context) {

0 commit comments

Comments
 (0)