|
|
@ -156,10 +156,9 @@ for filename in os.listdir(cs_api_dir):
|
|
|
|
basePath = api['basePath']
|
|
|
|
basePath = api['basePath']
|
|
|
|
for path, methods in api["paths"].items():
|
|
|
|
for path, methods in api["paths"].items():
|
|
|
|
for method, spec in methods.items():
|
|
|
|
for method, spec in methods.items():
|
|
|
|
if "tags" in spec.keys():
|
|
|
|
if path not in output["paths"]:
|
|
|
|
if path not in output["paths"]:
|
|
|
|
output["paths"][path] = {}
|
|
|
|
output["paths"][path] = {}
|
|
|
|
output["paths"][path][method] = spec
|
|
|
|
output["paths"][path][method] = spec
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
edit_links(output, base_url)
|
|
|
|
edit_links(output, base_url)
|
|
|
|
|
|
|
|
|
|
|
|