How to implement or use paramconverter with Symfony API platform?
I want to use entity ID on the route and generate immediately an object, ready to be used in the controller.
I'm not using annotations on this project. Route configurations are in the YAML file.
resources:
App\Meetings\Domain\Entity\Meeting:
collectionOperations:
invitation_response:
method: 'POST'
path: 'users/{id}'
controller: 'App\Controller\User\IndexController'
defaults:
_api_receive: false