Skip to content

Commit 09313c2

Browse files
author
Ales Bregar
committed
clearer REST api docs, put whitespace to docs to show that keyId strings are trimmed
1 parent 47aa231 commit 09313c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/publish.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ import (
1616
type signingParams struct {
1717
// Don't sign published repository
1818
Skip bool ` json:"Skip" example:"false"`
19-
// GPG key ID(s) to use when signing the release, CSV if multiple keys, if not specified default configured key(s) are used
20-
GpgKey string ` json:"GpgKey" example:"KEY_ID_a,KEY_ID_b"`
19+
// GPG key ID(s) to use when signing the release, separated by comma, and if not specified, default configured key(s) are used
20+
GpgKey string ` json:"GpgKey" example:"KEY_ID_a, KEY_ID_b"`
2121
// GPG keyring to use (instead of default)
2222
Keyring string ` json:"Keyring" example:"trustedkeys.gpg"`
2323
// GPG secret keyring to use (instead of default) Note: depreciated with gpg2

0 commit comments

Comments
 (0)