mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
docs: fix swagger documentation for DELETE port share endpoint (#18426)
Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com> Co-authored-by: matifali <10648092+matifali@users.noreply.github.com> Co-authored-by: Cian Johnston <cian@coder.com>
This commit is contained in:
@ -135,8 +135,8 @@ func (api *API) workspaceAgentPortShares(rw http.ResponseWriter, r *http.Request
|
||||
})
|
||||
}
|
||||
|
||||
// @Summary Get workspace agent port shares
|
||||
// @ID get-workspace-agent-port-shares
|
||||
// @Summary Delete workspace agent port share
|
||||
// @ID delete-workspace-agent-port-share
|
||||
// @Security CoderSessionToken
|
||||
// @Accept json
|
||||
// @Tags PortSharing
|
||||
|
Reference in New Issue
Block a user