Closed BlackmanCC closed 3 years ago
@larshp I hope you can check the requests... THX
I guess there is the same problem regarding Requests? should align both request and response to use the same approach?
lv_string = |"{ is_meta-meta-handler }_Request": \{{ lv_type }\}|.
APPEND lv_string TO mt_definitions.
that's right. good point. I will check on this an fix it later. Thanks
@larshp Please check again. new definitions model also implemented for requests
thanks 👍 lets try this, merging
welcome as a contributor 🎉
60 Structure name of returning parameter of handler method is now used as response in Models section. Before the method handler name was used.
Multiple methods with same returning parameter led to multiple Models entries with same structure. Also registering multiple Classes with methods having identical names led to error in swagger parsing.