Skip to content

fix: use PATCH instead of PUT#589

Merged
vincentchalamon merged 1 commit into4.2from
fix/processor-data
Feb 5, 2026
Merged

fix: use PATCH instead of PUT#589
vincentchalamon merged 1 commit into4.2from
fix/processor-data

Conversation

@vincentchalamon
Copy link
Contributor

Fixes #493

This was due to standard_put, following HTTP specification in API Platform.

PUT method was used for api-platform/admin compatibility, but now it supports PATCH: api-platform/admin#589

@vincentchalamon
Copy link
Contributor Author

Looks like the PATCH request is not sent with the correct Content-Type:

image

Fixes #493

This was due to `standard_put`, following HTTP specification in API Platform.

PUT method was used for api-platform/admin compatibility, but now it supports PATCH: api-platform/admin#589
@vincentchalamon vincentchalamon merged commit 718e296 into 4.2 Feb 5, 2026
7 checks passed
@vincentchalamon vincentchalamon deleted the fix/processor-data branch February 5, 2026 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Find why $data lost properties unauthorized from deserialization

1 participant