diff --git a/SnipeitPS/Public/New-Category.ps1 b/SnipeitPS/Public/New-Category.ps1 index aefbd53..e047ff6 100644 --- a/SnipeitPS/Public/New-Category.ps1 +++ b/SnipeitPS/Public/New-Category.ps1 @@ -31,6 +31,7 @@ function New-Category() [string]$name, [parameter(mandatory = $true)] + [ValidateSet("asset", "accessory", "consumable", "component")] [string]$category_type, [parameter(mandatory = $true)]