Skip to content

Validation Mismatch (any non-nullable message) #5

@aamccaslin

Description

@aamccaslin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    asfbugSomething isn't workinggui

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions