AndrewPla / TOPdeskPS

PowerShell module to interact with the TOPdesk API
MIT License
30 stars 12 forks source link

Not working example on Set-TdIncident documentation page #110

Open goback136 opened 3 years ago

goback136 commented 3 years ago

Found errror on https://andrewpla.dev/TOPdeskPS/commands/TOPdeskPS/Set-TdIncident.html

EXAMPLE 1 Set-TdIncident -IncidentNumber 'I1805-221' -Action 'Example Action'

should be changed to

Set-TdIncident -Number 'I1805-221' -Action 'Example Action'