File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RootModule = '.\ITGlueAPI.psm1'
18
18
# -- MINOR version when you add functionality in a backwards-compatible manner, and
19
19
# -- PATCH version when you make backwards-compatible bug fixes.
20
20
21
- ModuleVersion = ' 2.0.5 '
21
+ ModuleVersion = ' 2.0.6 '
22
22
23
23
# ID used to uniquely identify this module
24
24
# GUID = ''
Original file line number Diff line number Diff line change @@ -262,10 +262,10 @@ function Remove-ITGlueContacts {
262
262
$data
263
263
)
264
264
265
- $resource_uri = (' /configurations /{0}' -f $id )
265
+ $resource_uri = (' /contacts /{0}' -f $id )
266
266
267
267
if ($flexible_asset_type_id ) {
268
- $resource_uri = (' /organizations/{0}/relationships/configurations /{1}' -f $organization_id , $id )
268
+ $resource_uri = (' /organizations/{0}/relationships/contacts /{1}' -f $organization_id , $id )
269
269
}
270
270
271
271
$body = @ {}
@@ -314,4 +314,4 @@ function Remove-ITGlueContacts {
314
314
$data = @ {}
315
315
$data = $rest_output
316
316
return $data
317
- }
317
+ }
You can’t perform that action at this time.
0 commit comments