core
core copied to clipboard
feat(state): strict query parameters
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:
- [ ] tests
- [ ] xml/yaml