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

Validation Mismatch (any non-nullable message) #5

Open
aamccaslin opened this issue Feb 7, 2018 · 0 comments
Open

Validation Mismatch (any non-nullable message) #5

aamccaslin opened this issue Feb 7, 2018 · 0 comments
Labels
asf bug Something isn't working gui
Milestone

Comments

@aamccaslin
Copy link

aamccaslin commented Feb 7, 2018

Consider the following:

@parameter(key="message", type="Any", nullable=False)
def echo_message(self, message):
  return message

If you make a request with parameters {"message": null} the API will throw a validation error. However the GUI does not catch this as a null value is not valid. This has to do with the raw-directive.

@aamccaslin aamccaslin added bug Something isn't working asf gui labels Feb 7, 2018
@aamccaslin aamccaslin added this to the backlog milestone Feb 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
asf bug Something isn't working gui
Projects
None yet
Development

No branches or pull requests

1 participant