Emile
Emile
Is it possible to add this fix to the current version?
> 1. I cannot ONLY update 1 item in a flexible asset, it overwrites with only the data I enter This is intended. Not sure if it stated in more...
At this point, I would contact the IT Glue support, the problem could very well be at their side. I've had problems before with the API which they helped me...
I know that the problem is is because you cannot use `[Nullable[String]]$variable_name` but I never understood why. `Nullable Struct` takes a value type variable and `System.String` is a reference type...
I have already fixed this issue a few months ago in #117 but I forgot to change the module version. I have created a PR to correct the version (latest...
#119 is already fixed in Github but not published.
Did you run `Get-Module` on the server where you want to run the script and ensured that is installed there?
From what I can see, the current version of the wrapper does not have the function `New-ITGlueAttachments`. Did you add it yourself or have I missed something?
See issue #12. Easiest fix for this is to edit your module files and add the `$body = [System.Text.Encoding]::UTF8.GetBytes($body)` before `Invoke-RestMethod`. In your case, you would have to edit both...
A decision on that has not been made as far as I know.