openapi-python-client icon indicating copy to clipboard operation
openapi-python-client copied to clipboard

fix: Parsing requestBody with $ref

Open kigawas opened this issue 2 years ago • 0 comments

Fixes #595

Perhaps similar solution can be applied to #605

Description

The requestBody with $ref was not handled. requestBodies in components should be injected into _add_body function.

kigawas avatar Jun 13 '22 05:06 kigawas