opsgenie-python-sdk icon indicating copy to clipboard operation
opsgenie-python-sdk copied to clipboard

Responder type does not match Alert API

Open Chaz6 opened this issue 3 years ago • 0 comments

In the documentation at https://github.com/opsgenie/opsgenie-python-sdk/blob/master/docs/Responder.md it offers the following:-

Properties

Name Type Description Notes
type str
id str

However in the alert API documentation at https://docs.opsgenie.com/docs/alert-api for responders, we can see the following are supported in addition to the description above:-

name, type
username, type

Can the python sdk be updated to support these?

Chaz6 avatar Jun 15 '22 16:06 Chaz6