mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 05:57:32 -07:00
[Swagger]Fix name
This commit is contained in:
parent
35f3ba8c07
commit
81659e255a
3 changed files with 4 additions and 4 deletions
|
@ -28,10 +28,10 @@ import AuthSess from '../../../models/auth-session';
|
|||
* properties:
|
||||
* token:
|
||||
* type: string
|
||||
* description: API Token
|
||||
* description: Session Token
|
||||
* url:
|
||||
* type: string
|
||||
* description: Callback URL
|
||||
* description: Authentication form's URL
|
||||
* 400:
|
||||
* description: Failed
|
||||
* schema:
|
||||
|
|
|
@ -34,7 +34,7 @@ import serialize from '../../../serializers/auth-session';
|
|||
* description: Application ID
|
||||
* token:
|
||||
* type: string
|
||||
* description: API Token
|
||||
* description: Session Token
|
||||
* user_id:
|
||||
* type: string
|
||||
* description: de
|
||||
|
|
|
@ -22,7 +22,7 @@ import serialize from '../../../serializers/user';
|
|||
* type: string
|
||||
* -
|
||||
* name: token
|
||||
* description: API Token
|
||||
* description: Session Token
|
||||
* in: formData
|
||||
* required: true
|
||||
* type: string
|
||||
|
|
Loading…
Reference in a new issue