Skip to content

Commit f6f124d

Browse files
committed
pr suggestions
1 parent 72228b8 commit f6f124d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

coderd/workspaceportshare.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ import (
1111
"github.com/coder/coder/v2/codersdk"
1212
)
1313

14-
// @Summary Update workspace agent port share
15-
// @ID update-workspace-agent-port-share
14+
// @Summary Create workspace agent port share
15+
// @ID create-workspace-agent-port-share
1616
// @Security CoderSessionToken
1717
// @Accept json
1818
// @Tags PortSharing
1919
// @Param workspace path string true "Workspace ID" format(uuid)
20-
// @Param request body codersdk.UpdateWorkspaceAgentPortShareRequest true "Update port sharing level request"
20+
// @Param request body codersdk.UpdateWorkspaceAgentPortShareRequest true "Create port sharing level request"
2121
// @Success 200
2222
// @Router /workspaces/{workspace}/port-share [post]
2323
func (api *API) postWorkspaceAgentPortShare(rw http.ResponseWriter, r *http.Request) {

0 commit comments

Comments
 (0)