Skip to content

Commit 33320a6

Browse files
committed
chore: fix docs
1 parent 723bff8 commit 33320a6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

coderd/apidoc/docs.go

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

coderd/userauth.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -735,10 +735,10 @@ func (api *API) postLogout(rw http.ResponseWriter, r *http.Request) {
735735
})
736736
}
737737

738-
// Returns the OIDC logout URL.
738+
// Returns URL for the OIDC logout.
739739
//
740-
// @Summary Returns URL for the OIDC logout
741-
// @ID user-oidc-logout
740+
// @Summary Get user OIDC logout URL
741+
// @ID get-user-oidc-logout-url
742742
// @Security CoderSessionToken
743743
// @Produce json
744744
// @Tags Users

0 commit comments

Comments
 (0)