We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e588f3 commit ac7bb2aCopy full SHA for ac7bb2a
2 files changed
api/session.go
@@ -43,7 +43,7 @@ type SessionAPI struct {
43
// 200:
44
// description: Ok
45
// schema:
46
-// $ref: "#/definitions/UserExternal"
+// $ref: "#/definitions/User"
47
// headers:
48
// Set-Cookie:
49
// type: string
docs/spec.json
@@ -618,7 +618,7 @@
618
"200": {
619
"description": "Ok",
620
"schema": {
621
- "$ref": "#/definitions/UserExternal"
+ "$ref": "#/definitions/User"
622
},
623
"headers": {
624
"Set-Cookie": {
0 commit comments