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 087014d commit f2948d4Copy full SHA for f2948d4
core/content-negotiation.md
@@ -97,7 +97,7 @@ api_platform:
97
Support for specific formats can also be configured at resource and operation level using the `input_formats` and `output_formats` attributes.
98
`input_formats` controls the formats accepted in request bodies while `output_formats` controls formats available for responses.
99
100
-The `format` attribute can be used as a shortcut, it sets both the `input_formats` and `output_formats` in one time.
+The `formats` attribute can be used as a shortcut, it sets both the `input_formats` and `output_formats` in one time.
101
102
```php
103
<?php
0 commit comments