HuduAPI icon indicating copy to clipboard operation
HuduAPI copied to clipboard

Fix getting single entity for some endpoints

Open noaht8um opened this issue 2 years ago • 1 comments

Tweaked following commands so they return the nested object when getting a single item: Get-HuduArticles Get-HuduAssets Get-HuduCompanies Get-HuduPasswords Get-HuduProcesses

This makes getting a single item behave the same as getting multiple items.

noaht8um avatar Oct 04 '22 23:10 noaht8um

The main issue with this is it will be a breaking change for all the scripts that already handle this. I had looked at changing it in the past, but realised it would cause a lot of issues.

lwhitelock avatar Oct 05 '22 06:10 lwhitelock