sematic icon indicating copy to clipboard operation
sematic copied to clipboard

Method get_request_parameters silently ignores incorrect parameters

Open tscurtu opened this issue 2 years ago • 0 comments

sematic.api.endpoints.request.parameter.get_request_parameters validates call parameters for several API endpoints. When passing an extra parameter in the args dict, it is silently ignored. In case this incorrect parameter was a typo of an existing parameter, the experience for the user is that the endpoint ignores the instruction.

tscurtu avatar Dec 19 '22 15:12 tscurtu