You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have been using the HTTP delete method to remove things like card assignments from a cardholder. While this works as expected, I noticed that the PATCH verb supports update, remove operations which allows extra attributes like status where we can provide reasons for the change.
Describe the bug
I have been using the HTTP
delete
method to remove things like card assignments from a cardholder. While this works as expected, I noticed that thePATCH
verb supportsupdate
,remove
operations which allows extra attributes likestatus
where we can provide reasons for the change.To Reproduce
Not quite applicable, attempt sending the same payload via HTTP
delete
method vs httppatch
.Expected behavior
DELETE
does not leave a tracePATCH
should perform the same operation but leave an event logScreenshots
NA
Desktop (please complete the following information):
NA
Smartphone (please complete the following information):
NA
Additional context
See REST docs.
The text was updated successfully, but these errors were encountered: