DrDrrae / ClickUpPowerShell

PowerShell module to wrap around and ease the use of the ClickUp API.
Apache License 2.0
4 stars 3 forks source link

Possible some INT parameters should be [long[]] #11

Closed StefanM224 closed 8 months ago

StefanM224 commented 8 months ago

Some get-task functions using INT are erroring because the listID or other parameter is too long for INT32. I changed mine to [long[]]$ListIDs and it worked perfectly. Assume this would be the same across other get functions.

DrDrrae commented 8 months ago

I thought I got them all but I'll look through again. Thanks.