docs
docs copied to clipboard
API Platform documentation
On the Open API page, the link to the Swagger UI template is broken. This link refers to `https://github.com/api-platform/core/blob/main/src/Bridge/Symfony/Bundle/Resources/views/SwaggerUi/index.html.twig` whereas the file in located in `src/Core/Bridge` ... note the missing...
On page https://api-platform.com/docs/core/events/#custom-event-listeners, the link to ApiPlatform\Core\EventListener\EventPriorities is broken
The section in the vuetify client-generator documentation for using vue-i18n is slightly confusing. The part that includes instructions for enabling i18n has a comment indicating that the file to change...
I'm unable to get the [messenger integration](https://api-platform.com/docs/core/messenger/) working with a `DELETE` operation. Would be great if I can be pointed in the right direction; I'll do a docs PR if...
There are too few documentation of how to configure entities without pollution of code with an annotation - just with a config files `config/api_platform/resources.yaml` No references to the Symfony component...
docs: add infos how to add ttl of JWT-tokens in response of the authentication endpoint. add automated authentication with JWT in postman. I am not sure if it is ok...
Documentation of [how to deploy API-Platform on a Kubernetes](https://api-platform.com/docs/deployment/kubernetes/) is up-to-date for API-Platform v2.6?
Hi, I followed the how to and I have an unexpected result in docs/distribution/index.md `L629 Oops, we forgot to add the title. Submit the request anyway, you should get a...
This just add to documentation the information that he needs to add the route to Swagger UI on project configuration if need to use a custom url for that.
by default filters will be disabled (https://symfony.com/doc/current/bundles/DoctrineBundle/configuration.html#filters-configuration) autoconfiguring listeners will allow you to set the priority maybe this was changed after the documentation was written