NelmioApiDocBundle icon indicating copy to clipboard operation
NelmioApiDocBundle copied to clipboard

[Feature]: FOSRestBundle QueryParam AND nelmio_api_doc.yaml

Open muratcakmaksoftware opened this issue 10 months ago • 0 comments

Description

QueryParam doesnt support requirements of asserts. Example:

  • @QueryParam(name="id", requirements={@Assert\Type("digit"), @Assert\GreaterThanOrEqual(value=1)}, strict=true, nullable=true, description="Get result by product id")

I need to a customize key in nelmio_api_doc.yaml

Additional context

No response

muratcakmaksoftware avatar Apr 18 '24 06:04 muratcakmaksoftware