Skip to content

Commit c63427b

Browse files
authored
Merge pull request #32 from ecspresso/patch-1
Fix Flex Asset Parameter Set
2 parents a27a426 + 7f5499e commit c63427b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ITGlueAPI/Resources/FlexibleAssets.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ function Get-ITGlueFlexibleAssets {
103103
}
104104

105105
function Set-ITGlueFlexibleAssets {
106-
[CmdletBinding(DefaultParameterSetName = 'index')]
106+
[CmdletBinding(DefaultParameterSetName = 'update')]
107107
Param (
108108
[Parameter(ParameterSetName = 'update')]
109109
[Int64]$id,
@@ -162,4 +162,4 @@ function Remove-ITGlueFlexibleAssets {
162162
$data = $rest_output
163163
return $data
164164
}
165-
}
165+
}

0 commit comments

Comments
 (0)