mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-06 05:30:57 +00:00
update doc
This commit is contained in:
+5
-3
@@ -19,9 +19,11 @@ type gpgAddKeyParams struct {
|
||||
Keyring string
|
||||
}
|
||||
|
||||
// @Summary Add GPG Key
|
||||
// @Description Adds a GPG key to aptly keyring
|
||||
// @Tags GPG
|
||||
// @Summary Add GPG Keys
|
||||
// @Description **Adds GPG keys to aptly keyring**
|
||||
// @Description
|
||||
// @Description Add GPG public keys for veryfing remote repositories for mirroring.
|
||||
// @Tags Mirrors
|
||||
// @Produce json
|
||||
// @Success 200 {object} string "OK"
|
||||
// @Failure 400 {object} Error "Bad Request"
|
||||
|
||||
Reference in New Issue
Block a user