clearer REST api docs, put whitespace to docs to show that keyId strings are trimmed

This commit is contained in:
Ales Bregar
2025-08-16 09:01:06 +02:00
committed by André Roth
parent 12604b9379
commit 1702537979
+2 -2
View File
@@ -16,8 +16,8 @@ import (
type signingParams struct {
// Don't sign published repository
Skip bool ` json:"Skip" example:"false"`
// GPG key ID(s) to use when signing the release, CSV if multiple keys, if not specified default configured key(s) are used
GpgKey string ` json:"GpgKey" example:"KEY_ID_a,KEY_ID_b"`
// GPG key ID(s) to use when signing the release, separated by comma, and if not specified, default configured key(s) are used
GpgKey string ` json:"GpgKey" example:"KEY_ID_a, KEY_ID_b"`
// GPG keyring to use (instead of default)
Keyring string ` json:"Keyring" example:"trustedkeys.gpg"`
// GPG secret keyring to use (instead of default) Note: depreciated with gpg2