Skip to content

Commit

Permalink
Remove obsolete disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
tsantos84 authored and dunglas committed Aug 27, 2024
1 parent 1278e59 commit 2696414
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ Note: with JSON Merge Patch, the [null values will be skipped](https://symfony.c
Note: Current `PUT` implementation behaves more or less like the `PATCH` method.
Existing properties not included in the payload are **not** removed, their current values are preserved.
To remove an existing property, its value must be explicitly set to `null`.
Implementing [the standard `PUT` behavior](https://httpwg.org/specs/rfc7231.html#PUT) is on the roadmap, follow [issue #4344](https://github.com/api-platform/core/issues/4344) to track the progress.

## Enabling and Disabling Operations

Expand Down

0 comments on commit 2696414

Please sign in to comment.