-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Open
Add Parameters to Swagger Docs#31
Description
The API supports query parameters in the request url but they are not documented yet in the swagger docs. This would involve modifying the swagger config to include available query parameters for use. Currently, we use swagger-autogen to automatically generate swagger docs.
The swagger config file would be a good place to start researching, as well as the swagger-auto-gen documentation.