We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d08be0e commit 735b9a8Copy full SHA for 735b9a8
EventListener/ErrorListener.php
@@ -202,6 +202,7 @@ private function getFormatOperation(?string $format): string
202
'jsonproblem' => '_api_errors_problem',
203
'jsonld' => '_api_errors_hydra',
204
'jsonapi' => '_api_errors_jsonapi',
205
+ 'xml' => '_api_errors_xml',
206
'html' => '_api_errors_problem', // This will be intercepted by the SwaggerUiProvider
207
default => '_api_errors_problem',
208
};
0 commit comments