From cd81790334a4b280afcf25c4b20557a1df87b91a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Roth?= Date: Wed, 1 Jul 2026 16:04:07 +0200 Subject: [PATCH] swagger: fix validation error --- api/gpg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/gpg.go b/api/gpg.go index 088ab0de..800c55df 100644 --- a/api/gpg.go +++ b/api/gpg.go @@ -141,7 +141,7 @@ func apiGPGAddKey(c *gin.Context) { // @Description Returns all public keys currently installed in the aptly GPG keyring. // @Description // @Tags Mirrors -// @Param keyring query string false "Keyring file to list keys from (default: trustedkeys.gpg)" example(trustedkeys.gpg) +// @Param keyring query string false "Keyring file to list keys from (default: trustedkeys.gpg)" // @Produce json // @Success 200 {object} gpgKeyListResponse "OK" // @Failure 400 {object} Error "Bad Request"