Skip to content

Commit 4431893

Browse files
authored
Add a note about skipping null values for JSON Merge Patch (#1289)
1 parent cb64a61 commit 4431893

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/operations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ Method | Mandatory | Description
4242

4343
Note: the `PATCH` method must be enabled explicitly in the configuration, refer to the [Content Negotiation](content-negotiation.md) section for more information.
4444

45+
Note: with JSON Merge Patch, the [null values will be skipped](https://symfony.com/doc/current/components/serializer.html#skipping-null-values) in the response.
46+
4547
## Enabling and Disabling Operations
4648

4749
If no operation is specified, all default CRUD operations are automatically registered. It is also possible - and recommended

0 commit comments

Comments
 (0)