mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 01:42:29 +00:00
keep id parameter for recursive calls
This commit is contained in:
parent
b90e1a94ea
commit
10e87b48cc
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ function Get-SnipeitLicenseSeat() {
|
|||
begin {
|
||||
Test-SnipeitAlias -invocationName $MyInvocation.InvocationName -commandName $MyInvocation.MyCommand.Name
|
||||
|
||||
$SearchParameter = . Get-ParameterValue -Parameters $MyInvocation.MyCommand.Parameters -BoundParameters $PSBoundParameters
|
||||
$SearchParameter = . Get-ParameterValue -Parameters $MyInvocation.MyCommand.Parameters -BoundParameters $PSBoundParameters -DefaultExcludeParameter 'url', 'apiKey', 'Debug', 'Verbose','RequestType'
|
||||
|
||||
$api = "/api/v1/licenses/$id/seats"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue