We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f10784 + 99470be commit 19562afCopy full SHA for 19562af
2 files changed
CHANGELOG.md
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
## [1.8.1] - 2025-02-06
11
12
+- Add 'application/ld+json' as allowed format
13
+
14
+## [1.8.1] - 2025-02-06
15
16
- Increase memory for supervisor container
17
18
## [1.8.0] - 2025-02-06
config/packages/api_platform.yaml
@@ -2,7 +2,7 @@ api_platform:
2
mapping:
3
paths: ['%kernel.project_dir%/src/Entity']
4
formats:
5
- json: ['application/json']
+ json: ['application/json', 'application/ld+json']
6
patch_formats:
7
json: ['application/merge-patch+json']
8
0 commit comments