Antoine Bluchet
Antoine Bluchet
may you try the 4.2 alpha version?
With 4.2 you should get something like: ``` description: 'AbsoluteUrlDummy.jsonapi collection.' allOf: - { $ref: '#/components/schemas/JsonApiCollectionBaseSchema' } - { type: object, properties: { data: { type: array, items: { type:...
4.2 is out please let me know if this is still actual
Could you propose a fix? Indeed the condition should be: ``` if (null === ($canWrite = $operation->canWrite())) { $canWrite = !$request->isMethodSafe(); } ```
Hi, I guess you're using windows? Try to run only the test at `./tests/Symfony/EventListener/WriteListenerTest.php` or is it WriteProcessorTest that you want? It's possible that for some tests you need the...
Just open a PR on the code change I'll handle the rest, thanks!
would you be able to propose a patch? Thanks!
Nice lmk if you need help
Not sure I understand the bug actually I could not reproduce, you can override the name converter by specifying the service name inside `api_platform.name_converter` and we do the proper aliasing...
They're removed from the context only in case of a relation. The `ApiPlatform\State\UriVariablesResolverTrait` may help you gather URIs for a given operation if needed. Last but not least, you should...