According to the example in the doc, the following snippet do not work: ```php /** * @ORM\Entity() * @ApiResource( * subresourceOperations={ * "answer_get_subresource"= { * "method"="GET", * "path"="/questions/{id}/all-answers", * "normalization_context"={"groups"={"answer_read"}}, * }, * }, * ) */ class Question ``` Reprocuder: https://github.com/lyrixx/test/tree/api-platform-subresource-path