1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 15:40:26 +01:00

update build config

Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2023-05-11 11:53:04 +09:00
parent d37eea2e94
commit a384b69c2a
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
4 changed files with 15 additions and 8 deletions

View file

@ -68,6 +68,7 @@ class Config:
| {
key: [
SetResponsesHeader(suffix="legacy"),
AddSecuritySchemesOnHeader(split=-1),
AddParametersOnParameters(
split=2,
schemaType="string",
@ -78,9 +79,10 @@ class Config:
| {
key: [
SetResponsesHeader(suffix="legacy"),
AddSecuritySchemesOnHeader(split=-1),
AddParametersOnBody(
split=2,
schemaType="object",
schemaType=None,
contentType="application/x-www-form-urlencoded",
),
]