JSON - mark query parameter as required: true

0
Hi,   is there a setting in Mendix to designate a query parameter in JSON as required, as shown in this example? Theoretically, I could use a boolean in my entity for this. Is there a more efficient method to indicate to a consumer in Swagger that a query parameter is mandatory?   Thanks!  
asked
1 answers
0

Hi Tjark,

 

Would it be sufficient to add it to the documentation? The documentation will show in the overview of Swagger so this might be fine. 

image.png

Hope this helps, 

Jurre

answered