bnarang
5 years agoOccasional Visitor
Documenting query parameter with DSL value
Hi Guys,
Is there any guideline or an example to document the DSL query parameters? I would like to provide a query parameter "filter" underneath, the values are going to be small DSL designed by us
For example, the endpoint is going to accept a query parameter as follows:
GET /endpoint?filter=height > 80, weight < 60
Thanks