forked from FoundKeyGang/FoundKey
[Swagger]Fix Error
This commit is contained in:
parent
f0d05d5db3
commit
24b82c30e8
3 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@ import AuthSess from '../../../models/auth-session';
|
|||
* url:
|
||||
* type: string
|
||||
* description: Authentication form's URL
|
||||
* 400:
|
||||
* default:
|
||||
* description: Failed
|
||||
* schema:
|
||||
* $ref: "#/definitions/Error"
|
||||
|
|
|
@ -40,7 +40,7 @@ import serialize from '../../../serializers/auth-session';
|
|||
* description: de
|
||||
* app:
|
||||
* $ref: "#/definitions/Application"
|
||||
* 400:
|
||||
* default:
|
||||
* description: Failed
|
||||
* schema:
|
||||
* $ref: "#/definitions/Error"
|
||||
|
|
|
@ -38,7 +38,7 @@ import serialize from '../../../serializers/user';
|
|||
* description: User Key
|
||||
* user:
|
||||
* $ref: "#/definitions/User"
|
||||
* 400:
|
||||
* default:
|
||||
* description: Failed
|
||||
* schema:
|
||||
* $ref: "#/definitions/Error"
|
||||
|
|
Loading…
Reference in a new issue