Skip to content

Commit 5a6449e

Browse files
author
Thibaudeau Pierre
committed
trailing-space
1 parent 3e961d8 commit 5a6449e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Note: the `PATCH` method must be enabled explicitly in the configuration, refer
4444

4545
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.
4646

47-
Note: Current `PUT` implementation behaves more or less like the `PATCH` method.
47+
Note: Current `PUT` implementation behaves more or less like the `PATCH` method.
4848
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.
4949

5050
## Enabling and Disabling Operations

0 commit comments

Comments
 (0)