We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f971e16 commit 0dfab44Copy full SHA for 0dfab44
NEXT_CHANGELOG.md
@@ -5,6 +5,10 @@
5
### New Features and Improvements
6
7
### Bug Fixes
8
+- [BREAKING] Removed shortcut methods for POST/PUT/PATCH operations.
9
+These methods did not accept request bodies, making it impossible to specify which
10
+fields to update or create. If you depend on these methods, use the
11
+corresponding methods that accept full request objects instead.
12
13
### Documentation
14
0 commit comments