mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 18:02:30 +00:00
Merge pull request #146 from PetriAsi/fix/set-snipeitlicenseset
assigned_id -> assigned_to
This commit is contained in:
commit
bfebf0603f
1 changed files with 2 additions and 1 deletions
|
|
@ -45,7 +45,8 @@ function Set-SnipeitLicenseSeat()
|
|||
[parameter(mandatory = $true)]
|
||||
[int]$seat_id,
|
||||
|
||||
[int]$assigned_id,
|
||||
[Alias('assigned_id')]
|
||||
[int]$assigned_to,
|
||||
|
||||
[int]$asset_id,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue