if the endpoint has multiple values in the query param for example /endpointa?queryparam=a and
enpointa?queryparam=b can we restrict that a certain consumer can only call /endpointa?queryparam=a and if they entered another valid value in the query param it would reject the call
,
if the endpoint has multiple values in the query param for example /endpointa?queryparam=a and
enpointa?queryparam=b can we restrict that a certain consumer can only call /endpointa?
queryparam =a and if they entered another valid value in the query param it would reject the call