You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
@arefinsami if product is a path parameter per Open API specification it can not be optional, so it have to be documented like below for library to work
I have a url parameter like the following-
<url>https://someserver.com/api/Products/{product?}?view={view} <url>
But the swagger UI shows only-
https://someserver.com/api/Products/{product
The text was updated successfully, but these errors were encountered: