Skip to content

Commit 5abc511

Browse files
committed
Fix @router notation
1 parent ddde7a3 commit 5abc511

File tree

4 files changed

+124
-1
lines changed

4 files changed

+124
-1
lines changed

coderd/apidoc/docs.go

Lines changed: 35 additions & 0 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: 31 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/workspacebuilds.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ func (api *API) workspaceBuildState(rw http.ResponseWriter, r *http.Request) {
654654
// @Tags Builds
655655
// @Param workspacebuild path string true "Workspace build ID" format(uuid)
656656
// @Success 200 {object} codersdk.WorkspaceBuildTimings
657-
// @Router/workspacebuilds/{workspacebuild}/timings [get]
657+
// @Router /workspacebuilds/{workspacebuild}/timings [get]
658658
func (api *API) workspaceBuildTimings(rw http.ResponseWriter, r *http.Request) {
659659
var (
660660
ctx = r.Context()

docs/reference/api/builds.md

Lines changed: 57 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)