mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-03-07 12:39:54 +01:00
update
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
de523dc052
commit
c7d323f781
12 changed files with 678 additions and 1112 deletions
|
|
@ -18,14 +18,14 @@ class Config:
|
|||
getParamHook = AddParametersOnContent(
|
||||
split=-1,
|
||||
contentType="application/json",
|
||||
ignoreKeys=["queryId"],
|
||||
ignoreKeys=["queryId", "@path", "@method"],
|
||||
)
|
||||
else:
|
||||
# ["parameters"][0]["schema"]
|
||||
getParamHook = AddParametersOnParameters(
|
||||
split=-1,
|
||||
schemaType="string",
|
||||
ignoreKeys=["queryId"],
|
||||
ignoreKeys=["queryId", "@path", "@method"],
|
||||
)
|
||||
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue