We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5fe626 + 0f7e6b3 commit d224f97Copy full SHA for d224f97
SnipeitPS/Public/Get-SnipeitLicenseSeat.ps1
@@ -56,7 +56,7 @@ function Get-SnipeitLicenseSeat() {
56
begin {
57
Test-SnipeitAlias -invocationName $MyInvocation.InvocationName -commandName $MyInvocation.MyCommand.Name
58
59
- $SearchParameter = . Get-ParameterValue -Parameters $MyInvocation.MyCommand.Parameters -BoundParameters $PSBoundParameters
+ $SearchParameter = . Get-ParameterValue -Parameters $MyInvocation.MyCommand.Parameters -BoundParameters $PSBoundParameters -DefaultExcludeParameter 'url', 'apiKey', 'Debug', 'Verbose','RequestType'
60
61
$api = "/api/v1/licenses/$id/seats"
62
0 commit comments