GHuygen
GHuygen
@SakhriHoussem The issue still persists despite implementing this solution. if i use : ``` #[ApiResource( operations: [ new Put(extraProperties: ['standard_put' => false]), ], )] ``` Everything works as expected, but...
In a project i'm working we handled it this way: We created a class that creates groups for every attribute send in the request: ```
Has anyone else experienced this issue? I would expect this to be a basic function. It seems comparable to updating a user's name when there's a unique constraint on the...
Isn't this issue explained in the docs, [here](https://api-platform.com/docs/core/serialization/#collection-relation)? I hope this helps.