Product: PowerShell Universal
Version: 5.5.2
I built some POST and PUT API endpoint - working as intended with Body to add or update entries in a config file.
However, the DELETE API seems not to work within the “Test” tab. A test Write-Host
of the Body / Query prints empty into the log. Is there any other behavior of PSU regarding DELETE and POST / PUT?
Thanks a lot.