...
Adding optional query parameters
... in progressAs mentioned above, optional query parameters that are parsed dynamically are not recognized by the AI tool while generating XML Document comments. As a workaround, we created two attributes that can be used to decorate API endpoint method in order to display a given query parameter in Swagger UI.
Adding optional request body
...