Forum Discussion

mvalle's avatar
mvalle
New Contributor
3 years ago

How to define a query parameter without value not using allowEmptyValue?

I have a query parameter for which only its presence is important. For example, I have a sort parameter that if present makes the returned list sorted, otherwise the list is unsorted one. For exampl...