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
Fix null body response to empty in ApiClient (#579)
## Changes
<!-- Summary of your changes that are easy to understand -->
Some delete end points return null instead of empty body, we fix that in
SDK Client since the APIs are not available publicly and support isn't
available for them yet.
## Tests
<!--
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->
Thanks to @sodle-splunk for contributing the unit test
(#641)
- [x] `make test` run locally
- [x] `make fmt` applied
- [ ] relevant integration tests applied
---------
Co-authored-by: Scott Odle <[email protected]>
0 commit comments