PagerDuty / go-pagerduty

go client library for PagerDuty v2 API
https://v2.developer.pagerduty.com/docs/rest-api
Apache License 2.0
287 stars 241 forks source link

Fix unmarshaling error with AlertGroupingParameters timeout #459

Closed mjlshen closed 2 years ago

mjlshen commented 2 years ago

Fixes #458 by allowing Timeout to be successfully unmarshalled and sent as a 0 when needed instead of being omitted as a default value.

mjlshen commented 2 years ago

@ChuckCrawford sorry for the ping, definitely let me know if I should be asking for reviews another way! This should fix a bug that is reproducible with the steps in the linked issue.