Update OpenAPI generator for POST requests

This commit is contained in:
Ashwin Bharambe 2024-09-04 09:27:00 -07:00
parent 01d971bda6
commit 0167953d2d
3 changed files with 456 additions and 328 deletions

View file

@ -264,7 +264,7 @@ def get_endpoint_operations(
else:
inner_type = param_type
if (
if prefix == "get" and (
inner_type is bool
or inner_type is int
or inner_type is float