Config option for strict API parameter filtering: api.config.general.rejectActionWithExtraParams
#1704
Comments
api.config.general.rejectActionWithExtraParams
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We had an issue where an api user was using the incorrect parameters on an API call. Having this feature would have made the API fail instead of proceeding. The bug would been found earlier.
I can see where this would be a hassle on many cases, But it would be nice for new projects.
I suppose it could be a global config item that could be overridden at the individual action level:
For Example:
The text was updated successfully, but these errors were encountered: