christaylorcodes / ConnectWiseManageAPI

PowerShell wrapper for the ConnectWise Manage REST API
MIT License
108 stars 61 forks source link

Doc Update: New-CWMCompanyTypeAssociation #28

Closed scubes13 closed 2 years ago

scubes13 commented 2 years ago

The example reads: New-CWMCompanyTypeAssociation -company @{id = 4385} -Type @{type = @{id = 68}}

In testing, it should read as: New-CWMCompanyTypeAssociation -company @{id = 4385} -Type @{id = 68}

christaylorcodes commented 2 years ago

Docs updated