Skip to content

Commit 6dadff4

Browse files
committed
swagger
1 parent 601d127 commit 6dadff4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

coderd/apidoc/docs.go

Lines changed: 1 addition & 1 deletion
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 & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/workspaces.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@ func (api *API) putWorkspaceAutoupdates(rw http.ResponseWriter, r *http.Request)
10601060
rw.WriteHeader(http.StatusNoContent)
10611061
}
10621062

1063-
// @Summary Determine whether a workspace is capable of autostarting.
1063+
// @Summary Resolve workspace autostart by id.
10641064
// @ID resolve-workspace-autostart-by-id
10651065
// @Security CoderSessionToken
10661066
// @Produce json

docs/api/workspaces.md

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

0 commit comments

Comments
 (0)