Skip to content

Throw bad request when using invalid filters #98

Description

@LucJosin

Description

Currently any unknown param filter will be ignored.

Proposal

Return Bad Request (400) on request with invalid or unknown param

E.g:

/api/v1/actors?unknown=Hello // Bad Request (400)
/api/v1/actors?first_name=Lorem // Ok (200)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions