You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Description
QueryParam doesnt support requirements of asserts.
Example:
I need to a customize key in nelmio_api_doc.yaml
Additional context
No response
The text was updated successfully, but these errors were encountered: