File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 . PARAMETER location_id
1414 Location id to change asset location to
1515
16- . PARAMETER notes
16+ . PARAMETER note
1717 Notes about checkin
1818
1919 . PARAMETER url
@@ -37,7 +37,7 @@ function Reset-SnipeitAssetOwner() {
3737
3838 [int ]$location_id ,
3939
40- [string ]$notes ,
40+ [string ]$note ,
4141
4242 [parameter (mandatory = $false )]
4343 [string ]$url ,
@@ -49,7 +49,7 @@ function Reset-SnipeitAssetOwner() {
4949 Test-SnipeitAlias - invocationName $MyInvocation.InvocationName - commandName $MyInvocation.MyCommand.Name
5050
5151 $Values = @ {
52- " notes " = $notes
52+ " note " = $note
5353 }
5454
5555 if ($PSBoundParameters.ContainsKey (' location_id' )) { $Values.Add (" location_id" , $location_id ) }
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Checkin asset
1313## SYNTAX
1414
1515```
16- Reset-SnipeitAssetOwner [-id] <Int32> [[-status_id] <Int32>] [[-location_id] <Int32>] [[-notes ] <String>]
16+ Reset-SnipeitAssetOwner [-id] <Int32> [[-status_id] <Int32>] [[-location_id] <Int32>] [[-note ] <String>]
1717 [[-url] <String>] [[-apiKey] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
1818```
1919
@@ -75,7 +75,7 @@ Accept pipeline input: False
7575Accept wildcard characters : False
7676` ` `
7777
78- ### -notes
78+ ### -note
7979Notes about checkin
8080
8181` ` ` yaml
You can’t perform that action at this time.
0 commit comments