AndrewPla / TOPdeskPS

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

Added "subcategory" parameter to Get-TdChangeCalendar #115

Closed Natfan closed 3 years ago

Natfan commented 3 years ago

/tas/api/changeCalendar allows for the "subcategory" query.

This file does have code to support the "subcategory" query, however the Powershell cmdlet's parameters do not allow it to be set by the end user.

Requirements

Description of the Change

[ We must be able to understand the design of your change from this description. If we cannot get a good idea of what the code will be doing from the description here, the pull request may be closed at the maintainers' discretion. Keep in mind that the maintainer reviewing this PR may not be familiar with or have worked with the code here recently, so please walk us through the concepts. ]

Testing

[ Please describe the testing you have performed ]

Associated/Resolved Issues

[ Enter any applicable issues here ]

Note: By creating a pull request, you are expected to comply with this project's Code of Conduct.