Closed
Description
According to the example in the doc, the following snippet do not work:
/**
* @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