mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 15:40:26 +01:00
add security
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
57e5454870
commit
f9abea2fd3
5 changed files with 5 additions and 0 deletions
1
dist/dart/openapi-3.0.yaml
vendored
1
dist/dart/openapi-3.0.yaml
vendored
|
|
@ -91,6 +91,7 @@ paths:
|
|||
security:
|
||||
- CsrfToken: []
|
||||
- CookieCt0: []
|
||||
- GuestToken: []
|
||||
- CookieAuthToken: []
|
||||
- AuthType: []
|
||||
servers:
|
||||
|
|
|
|||
1
dist/docs/openapi-3.0.yaml
vendored
1
dist/docs/openapi-3.0.yaml
vendored
|
|
@ -111,6 +111,7 @@ paths:
|
|||
security:
|
||||
- CsrfToken: []
|
||||
- CookieCt0: []
|
||||
- GuestToken: []
|
||||
- CookieAuthToken: []
|
||||
- AuthType: []
|
||||
- UserAgent: []
|
||||
|
|
|
|||
1
dist/test/openapi-3.0.yaml
vendored
1
dist/test/openapi-3.0.yaml
vendored
|
|
@ -111,6 +111,7 @@ paths:
|
|||
security:
|
||||
- CsrfToken: []
|
||||
- CookieCt0: []
|
||||
- GuestToken: []
|
||||
- CookieAuthToken: []
|
||||
- AuthType: []
|
||||
- UserAgent: []
|
||||
|
|
|
|||
1
dist/typescript/openapi-3.0.yaml
vendored
1
dist/typescript/openapi-3.0.yaml
vendored
|
|
@ -111,6 +111,7 @@ paths:
|
|||
security:
|
||||
- CsrfToken: []
|
||||
- CookieCt0: []
|
||||
- GuestToken: []
|
||||
- CookieAuthToken: []
|
||||
- AuthType: []
|
||||
- UserAgent: []
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@ components:
|
|||
security:
|
||||
- CsrfToken: []
|
||||
- CookieCt0: []
|
||||
- GuestToken: []
|
||||
- CookieAuthToken: []
|
||||
- AuthType: []
|
||||
tags:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue