api-platform / core

The server component of API Platform: hypermedia and GraphQL APIs in minutes
https://api-platform.com
MIT License
2.38k stars 846 forks source link

feat(state): strict query parameters #6399

Open soyuka opened 4 weeks ago

soyuka commented 4 weeks ago

New option:

#[ApiResource(strictQueryParameters: true)

Will test if query parameters are allowed on the resource, if a parameter is not allowed it'll send a 400.

TODO: