mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50:26 +01:00
fix
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
01eee8484d
commit
36554cc1a9
3 changed files with 62 additions and 7 deletions
|
|
@ -101,7 +101,7 @@ for lang in variable.keys():
|
|||
for method in METHODS:
|
||||
if load["paths"][key].get(method, None) is not None:
|
||||
req = load["paths"][key][method]
|
||||
req["parameters"] = param["get"]["parameters"]
|
||||
req["parameters"] = param[method]["parameters"]
|
||||
|
||||
append = get_yaml(header, key.split("/")[-1])
|
||||
req = load["paths"][key][method]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue