Skip to content

Commit

Permalink
api: set standard_put to false
Browse files Browse the repository at this point in the history
We anyway don't use put, and like this we can just delete the parameter
when we upgrade to api-platform 4.
  • Loading branch information
BacLuc committed Jan 5, 2025
1 parent 39a70ab commit 6b3de8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/config/packages/api_platform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ api_platform:
defaults:
stateless: true
extra_properties:
standard_put: true
standard_put: false
rfc_7807_compliant_errors: false
pagination_enabled: false
itemOperations: [ 'get', 'patch', 'delete' ]
Expand Down

0 comments on commit 6b3de8c

Please sign in to comment.