Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add parameter check to endpoint without parameters #1208

Closed
wants to merge 1 commit into from
Closed

fix: add parameter check to endpoint without parameters #1208

wants to merge 1 commit into from

Conversation

jeremyschiemann
Copy link

Fixes #1207

Changes proposed in this pull request:

  • remove condition to only check parameters if there are any

@hjacobs
Copy link
Contributor

hjacobs commented Apr 25, 2020

I don't exactly understand this change. Also the Travis CI build is now failing.

@Ruwann
Copy link
Member

Ruwann commented Sep 1, 2021

Are you still interested in moving this PR forward? If so, please rebase onto main as we have moved from master to main.

It might make more sense to only do the check if strict_validation is used? That's what I get from the linked issue.

@RobbeSneyders
Copy link
Member

Closing due to lack of response. Feel free to reopen against main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Endpoints without parameters return 200 when passed a parameter
5 participants