Skip to content

Commit

Permalink
Fixed invalid uri for Flexible Assets (#34)
Browse files Browse the repository at this point in the history
* Fixed invalid uri for Flexible Assets

The resourceuri was invalid when using a bulk update

* Fix Set-ITGlueFlexibleAssets $id Parameter

Fixes #33

* Update FlexibleAssets.ps1
  • Loading branch information
gavsto authored and CalebAlbers committed Sep 18, 2018
1 parent 585e3db commit 08a49b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ITGlueAPI/Resources/FlexibleAssets.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function Set-ITGlueFlexibleAssets {
[CmdletBinding(DefaultParameterSetName = 'update')]
Param (
[Parameter(ParameterSetName = 'update')]
[Int64]$id,
[Nullable[Int64]]$id = $null,

[Parameter(ParameterSetName = 'update')]
[Parameter(ParameterSetName = 'bulk_update')]
Expand Down

0 comments on commit 08a49b3

Please sign in to comment.