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 ecd9d49 commit b166b4bCopy full SHA for b166b4b
core/upgrade-guide.md
@@ -9,7 +9,7 @@ api_platform:
9
- event_listeners_backward_compatibility_layer: false
10
- keep_legacy_inflector: false
11
extra_properties:
12
- standard_put: true
+- standard_put: true
13
- rfc_7807_compliant_errors: true
14
```
15
@@ -47,6 +47,14 @@ api_platform:
47
hydra_prefix: false
48
49
50
+Standard PUT is now `true` by default, you can change its value using:
51
+
52
+```yaml
53
+api_platform:
54
+ extra_properties:
55
+ standard_put: true
56
+```
57
58
## API Platform 3.1/3.2
59
60
This is the recommended configuration for API Platform 3.2. We review each of these changes in this document.
0 commit comments