mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 15:40:26 +01:00
update
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
e76db523f3
commit
f707403009
9 changed files with 30 additions and 21 deletions
|
|
@ -10,6 +10,7 @@ class Config:
|
|||
"docs": {
|
||||
"openapi": [AddSecuritySchemesOnSecuritySchemes()],
|
||||
"schemas": [],
|
||||
"other":[],
|
||||
"request": {
|
||||
key: [
|
||||
ReplaceQueryIdPlaceholder(split=-1),
|
||||
|
|
@ -57,6 +58,7 @@ class Config:
|
|||
"dart": {
|
||||
"openapi": [],
|
||||
"schemas": [],
|
||||
"other":[],
|
||||
"request": {
|
||||
key: [
|
||||
ReplaceQueryIdPlaceholder(split=-1),
|
||||
|
|
@ -110,6 +112,7 @@ class Config:
|
|||
"typescript": {
|
||||
"openapi": [AddSecuritySchemesOnSecuritySchemes()],
|
||||
"schemas": [RemoveDiscriminator()],
|
||||
"other":[],
|
||||
"request": {
|
||||
key: [
|
||||
ReplaceQueryIdPlaceholder(split=-1),
|
||||
|
|
@ -159,6 +162,7 @@ class Config:
|
|||
"test": {
|
||||
"openapi": [AddSecuritySchemesOnSecuritySchemes()],
|
||||
"schemas": [],
|
||||
"other":[],
|
||||
"request": {
|
||||
key: [
|
||||
ReplaceQueryIdPlaceholder(split=-1),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue