Replies: 1 comment 7 replies
-
can you please share more details? debug mode? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I started a new API platform project with Laravel following the documentation but I am not able to reproduce the same behaviors as this screenshot: https://api-platform.com/docs/laravel/#write-operations-authorization-and-validation
As you can see on the screenshot, we have the details of validation error field by field.
But on my project, here is the response I get:
Is there any option have to enable to get the ddetails?
I tried to add
collectDenormalizationErrors: true
in my model but it did not help.Thanks
Beta Was this translation helpful? Give feedback.
All reactions