From 13fa97f36fc594e7d85a2abc2d116c8d01e8275a Mon Sep 17 00:00:00 2001 From: Tim Murphy Date: Mon, 29 Jun 2020 20:29:49 -0500 Subject: [PATCH] Updated Example --- SnipeitPS/Public/New-Category.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SnipeitPS/Public/New-Category.ps1 b/SnipeitPS/Public/New-Category.ps1 index b0b54b2..c750a14 100644 --- a/SnipeitPS/Public/New-Category.ps1 +++ b/SnipeitPS/Public/New-Category.ps1 @@ -16,7 +16,7 @@ If switch is present, require users to confirm acceptance of assets in this cate .PARAMETER checkin_email If switch is present, send email to user on checkin/checkout .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()