Skip to content

Making a POST request without data element gives unhelpful error #37

@obmarg

Description

@obmarg

If you make a POST request without a data element at the top level, you hit this exception:

raise FlumpUnprocessableEntity

Which returns a 422 with errors set to null. This is not very helpful. We should probably return a 422 with actual errors. Maybe FlumpUnprocessableEntity should require error parameters...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions