Hi Everyone,
I just wanted to know, is there any good way to handle invalid query parameters which is not mentioned in the raml file. So one way to do is using required but problem is the fields in my use case can be optional. So is there a better way to check the query is invalid and return like a 400 bad request response to the user?. Any help would be appreciated.
Thanks
Joel