mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
[Swagger]Fix name
This commit is contained in:
parent
35f3ba8c07
commit
81659e255a
@ -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 New Issue
Block a user