[Swagger]Fix name
This commit is contained in:
parent
41ea59d77c
commit
f0d05d5db3
|
@ -28,10 +28,10 @@ import AuthSess from '../../../models/auth-session';
|
||||||
* properties:
|
* properties:
|
||||||
* token:
|
* token:
|
||||||
* type: string
|
* type: string
|
||||||
* description: API Token
|
* description: Session Token
|
||||||
* url:
|
* url:
|
||||||
* type: string
|
* type: string
|
||||||
* description: Callback URL
|
* description: Authentication form's URL
|
||||||
* 400:
|
* 400:
|
||||||
* description: Failed
|
* description: Failed
|
||||||
* schema:
|
* schema:
|
||||||
|
|
|
@ -34,7 +34,7 @@ import serialize from '../../../serializers/auth-session';
|
||||||
* description: Application ID
|
* description: Application ID
|
||||||
* token:
|
* token:
|
||||||
* type: string
|
* type: string
|
||||||
* description: API Token
|
* description: Session Token
|
||||||
* user_id:
|
* user_id:
|
||||||
* type: string
|
* type: string
|
||||||
* description: de
|
* description: de
|
||||||
|
|
|
@ -22,7 +22,7 @@ import serialize from '../../../serializers/user';
|
||||||
* type: string
|
* type: string
|
||||||
* -
|
* -
|
||||||
* name: token
|
* name: token
|
||||||
* description: API Token
|
* description: Session Token
|
||||||
* in: formData
|
* in: formData
|
||||||
* required: true
|
* required: true
|
||||||
* type: string
|
* type: string
|
||||||
|
|
Loading…
Reference in New Issue