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 bc96751 commit 71b4f35Copy full SHA for 71b4f35
CHANGELOG.md
@@ -72,6 +72,16 @@ These namespaces are deprecated:
72
73
Most of the classes have moved to `ApiPlatform\Metadata`.
74
75
+If a format is not specified in either the global configuration or the `outputFormats` of an operation, you'll get a 406 Not Acceptable error:
76
+
77
+```yaml
78
+api_platform:
79
+ formats:
80
+ jsonld: ['application/ld+json']
81
+ form: ['multipart/form-data']
82
+```
83
84
85
## v3.2.15
86
87
### Bug fixes
0 commit comments