Skip to content

Commit b1c946d

Browse files
committed
make gen
1 parent a4cd3dc commit b1c946d

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

coderd/apidoc/docs.go

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

coderd/organizations.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
"github.com/coder/coder/v2/codersdk"
1919
)
2020

21-
// @Summary Get organization by ID
21+
// @Summary Get organizations
2222
// @ID get-organizations
2323
// @Security CoderSessionToken
2424
// @Produce json
@@ -43,8 +43,8 @@ func (api *API) organizations(rw http.ResponseWriter, r *http.Request) {
4343
httpapi.Write(ctx, rw, http.StatusOK, db2sdk.List(organizations, convertOrganization))
4444
}
4545

46-
// @Summary Get organizations
47-
// @ID get-organizations
46+
// @Summary Get organization by ID
47+
// @ID get-organization-by-id
4848
// @Security CoderSessionToken
4949
// @Produce json
5050
// @Tags Organizations

docs/api/organizations.md

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

0 commit comments

Comments
 (0)