File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ import (
11
11
"github.com/coder/coder/v2/codersdk"
12
12
)
13
13
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
16
16
// @Security CoderSessionToken
17
17
// @Accept json
18
18
// @Tags PortSharing
19
19
// @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"
21
21
// @Success 200
22
22
// @Router /workspaces/{workspace}/port-share [post]
23
23
func (api * API ) postWorkspaceAgentPortShare (rw http.ResponseWriter , r * http.Request ) {
You can’t perform that action at this time.
0 commit comments