make fieldsetid optional

This commit is contained in:
Petri Asikainen 2021-10-27 14:08:34 +03:00
parent 0f7e6b3fc6
commit 612d08c5d3

View file

@ -53,7 +53,7 @@ function New-SnipeitModel() {
[int]$eol,
[parameter(mandatory = $true)]
[parameter(mandatory = $false)]
[int]$fieldset_id,
[ValidateScript({Test-Path $_})]