Skip to content

Commit b166b4b

Browse files
committed
fix: add standard put information
1 parent ecd9d49 commit b166b4b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

core/upgrade-guide.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ api_platform:
99
- event_listeners_backward_compatibility_layer: false
1010
- keep_legacy_inflector: false
1111
extra_properties:
12-
standard_put: true
12+
- standard_put: true
1313
- rfc_7807_compliant_errors: true
1414
```
1515

@@ -47,6 +47,14 @@ api_platform:
4747
hydra_prefix: false
4848
```
4949

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+
5058
## API Platform 3.1/3.2
5159

5260
This is the recommended configuration for API Platform 3.2. We review each of these changes in this document.

0 commit comments

Comments
 (0)