Skip to content

Commit 7c4cc83

Browse files
committed
fix(apidoc): update summary for workspace proxy keys
Improve clarity by changing references from "signing keys" to "crypto keys" in API documentation and comments. This aligns terminology across the codebase and documentation, reducing potential confusion.
1 parent 749522c commit 7c4cc83

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

coderd/apidoc/docs.go

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/apidoc/swagger.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

enterprise/coderd/workspaceproxy.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -715,10 +715,9 @@ func (api *API) workspaceProxyRegister(rw http.ResponseWriter, r *http.Request)
715715
// This is called periodically by the proxy in the background (every 10m per
716716
// replica) to ensure that the proxy has the latest signing keys.
717717
//
718-
// @Summary Fetch workspace proxy signing keys
718+
// @Summary Get workspace proxy crypto keys
719719
// @ID get-workspace-proxy-crypto-keys
720720
// @Security CoderSessionToken
721-
// @Accept json
722721
// @Produce json
723722
// @Tags Enterprise
724723
// @Success 200 {object} wsproxysdk.CryptoKeysResponse

0 commit comments

Comments
 (0)