Updated Example

This commit is contained in:
Tim Murphy 2020-06-29 20:29:49 -05:00
parent af62a28bef
commit 13fa97f36f

View file

@ -16,7 +16,7 @@ If switch is present, require users to confirm acceptance of assets in this cate
.PARAMETER checkin_email .PARAMETER checkin_email
If switch is present, send email to user on checkin/checkout If switch is present, send email to user on checkin/checkout
.EXAMPLE .EXAMPLE
New-Category -name "Laptops" -category_type "asset" -url "Snipe-IT URL here..." -apiKey "API key here..." New-Category -name "Laptops" -category_type asset -url "Snipe-IT URL here..." -apiKey "API key here..."
#> #>
function New-Category() function New-Category()