Commit 91e86975 by Stephan Groß

Fix typo

parent e946a496
...@@ -110,7 +110,7 @@ When per-request internationalization is enabled, client requests will respect t ...@@ -110,7 +110,7 @@ When per-request internationalization is enabled, client requests will respect t
"detail": "No se ha podido satisfacer la solicitud de cabecera de Accept." "detail": "No se ha podido satisfacer la solicitud de cabecera de Accept."
} }
Note that the structure of the error responses is still the same. We still have a `details` key in the response. If needed you can modify this behavior too, by using a [custom exception handler][custom-exception-handler]. Note that the structure of the error responses is still the same. We still have a `detail` key in the response. If needed you can modify this behavior too, by using a [custom exception handler][custom-exception-handler].
We include built-in translations both for standard exception cases, and for serializer validation errors. We include built-in translations both for standard exception cases, and for serializer validation errors.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment