|
|
@ -313,7 +313,7 @@ def main(override_args: Sequence[str] | None = None):
|
|
|
|
|
|
|
|
|
|
|
|
swagger["paths"][path_template_to_set][method]["responses"]["200"] = {
|
|
|
|
swagger["paths"][path_template_to_set][method]["responses"]["200"] = {
|
|
|
|
"description": "OK",
|
|
|
|
"description": "OK",
|
|
|
|
"content": "",
|
|
|
|
"content": ("content-type", ""),
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
except FlowReadException as e:
|
|
|
|
except FlowReadException as e:
|
|
|
|