We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e6721f commit dbd475bCopy full SHA for dbd475b
1 file changed
internal/osnadmin/update.go
@@ -12,7 +12,7 @@ import (
12
13
// Update channel configuration using presented config envelope.
14
func Update(ctx context.Context, osnURL, channelID string, caCertPool *x509.CertPool, tlsClientCert tls.Certificate, configEnvelope []byte) (*http.Response, error) {
15
- url := fmt.Sprintf("%s/participation/v1/channels/%s", osnURL, channelID)
+ url := fmt.Sprintf("%s/participation/v1/channels", osnURL)
16
17
req, err := createUpdateRequest(ctx, url, configEnvelope)
18
if err != nil {
0 commit comments