API Platform version(s) affected: 2.6.0
Description
since v2.6.0 my parameters do not appear in the interface
How to reproduce
If i declare an apiResource in my entity like that:
@ApiResource(
-
normalizationContext={"groups"={"get"}},
-
-
-
-
"path"="/senders/{type}/{media}",
-
"controller"=GetSenders::class,
-
"pagination_enabled"=false,
-
-
"summary"="Get senders by type and media",
-
-
-
"description"="Type of sender",
-
-
-
-
-
-
-
-
"description"="Type of medium",
-
-
-
-
-
-
-
-
-
-
-
the 2 parameters appear if I use v2.5.9 but disappear in 2.6.x
Is there something i have to change to make it work?
API Platform version(s) affected: 2.6.0
Description
since v2.6.0 my parameters do not appear in the interface
How to reproduce
If i declare an apiResource in my entity like that:
@ApiResource(
the 2 parameters appear if I use v2.5.9 but disappear in 2.6.x
Is there something i have to change to make it work?