[Swagger]Fix Error

This commit is contained in:
Tosuke 2017-01-06 00:39:56 +09:00
parent f0d05d5db3
commit 24b82c30e8
3 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -40,7 +40,7 @@ import serialize from '../../../serializers/auth-session';
* description: de
* app:
* $ref: "#/definitions/Application"
* 400:
* default:
* description: Failed
* schema:
* $ref: "#/definitions/Error"

View file

@ -38,7 +38,7 @@ import serialize from '../../../serializers/user';
* description: User Key
* user:
* $ref: "#/definitions/User"
* 400:
* default:
* description: Failed
* schema:
* $ref: "#/definitions/Error"