core icon indicating copy to clipboard operation
core copied to clipboard

feat(state): strict query parameters

Open soyuka opened this issue 1 year ago • 0 comments

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

soyuka avatar May 30 '24 13:05 soyuka