opsgenie / opsgenie-go-sdk-v2

Opsgenie GO SDK v2
Apache License 2.0
34 stars 63 forks source link

Adding func RequestParams for UpdateAlertPolicyRequest #49

Closed msg4sunny closed 4 years ago

msg4sunny commented 4 years ago

Alert Policy Terraform resource is not able to perform the update on policy resources. Go-sdk policy/request.go is missing RequestParams func for UpdateAlertPolicyRequest, which adds teamId to request parameters. Adding the code fix in this PR.