Skip to content

Commit ac7bb2a

Browse files
committed
fix: typo user external
1 parent 6e588f3 commit ac7bb2a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

api/session.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ type SessionAPI struct {
4343
// 200:
4444
// description: Ok
4545
// schema:
46-
// $ref: "#/definitions/UserExternal"
46+
// $ref: "#/definitions/User"
4747
// headers:
4848
// Set-Cookie:
4949
// type: string

docs/spec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@
618618
"200": {
619619
"description": "Ok",
620620
"schema": {
621-
"$ref": "#/definitions/UserExternal"
621+
"$ref": "#/definitions/User"
622622
},
623623
"headers": {
624624
"Set-Cookie": {

0 commit comments

Comments
 (0)