Skip to content

Commit cf19d8c

Browse files
committed
Swagger annotations
1 parent 8c2fc33 commit cf19d8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

coderd/userauth.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ import (
3636
// the user to an oauth user.
3737
//
3838
// @Summary Convert user from password to oauth authentication
39-
// @ID convert-login-type
39+
// @ID convert-user-from-password-to-oauth-authentication
40+
// @Security CoderSessionToken
4041
// @Accept json
4142
// @Produce json
4243
// @Tags Authorization

0 commit comments

Comments
 (0)