fix: openapi compliance

pull/41/head
alufers 2 years ago
parent 512016e1f8
commit f22a138e45

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

Loading…
Cancel
Save