tcWebHooks Plugin 1.2.5 bugfix
Fix for 500 error when editing a webhook via the REST API on TeamCity 2023.05.4
A method not found error was being thrown when editing a webhook via the tcWebHooks REST API.
The most recent version of TeamCity removes a function from their REST API which allows conditionally including an object.
This fix removes reliance on this method, and uses a different method to determine whether to populate the parameters
object in a WebHook configuration.
Full Changelog: v1.2.4...v1.2.5