opsgenie / opsgenie-go-sdk-v2

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

No field for url in APIBasedIntegrationRequest #70

Closed djmgit closed 3 years ago

djmgit commented 3 years ago

In order to create api integration of type Webhook the REST API excpects a url field which will basically contain the endpoint where Opsgenie will make requests on alerts. However this field is currently not mentioned in APIBasedIntegrationRequest. As a result, the sdk cannot create Webhook integrations