Skip to content

Commit aff3073

Browse files
committed
Fix swagger
1 parent a52e1a6 commit aff3073

File tree

4 files changed

+75
-1
lines changed

4 files changed

+75
-1
lines changed

coderd/apidoc/docs.go

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

coderd/users.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ import (
3434
// @Produce json
3535
// @Tags Users
3636
// @Param user path string true "User ID, name, or me"
37-
// @Success 200 {object} any
3837
// @Router /debug/{user}/debug-link [get]
3938
func (api *API) userDebugOIDC(rw http.ResponseWriter, r *http.Request) {
4039
var (

docs/api/users.md

Lines changed: 25 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)