-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow features to be set with HTTP method PATCH (SQPIT-1142) (#2575)
This reflects a prior behavior that is used (required) by Ibis. Additionally, it's more consistent when all setters can be called with PUT and PATCH.
- Loading branch information
Showing
5 changed files
with
188 additions
and
48 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
changelog.d/5-internal/allow-patch-method-for-feature-setting
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Allow features to be set with HTTP method PATCH. This reflects a prior behavior | ||
that is used by Ibis. Additionally, it's more consistent when all setters can be | ||
called with PUT and PATCH. As this will fix calls by Ibis, the deployment order | ||
doesn't matter. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.