We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello!,
There is an issue n the on the attribute_map on the Incident class where it should be calling ownerTeam instead of teamId.
attribute_map
Incident
ownerTeam
teamId
opsgenie-python-sdk/opsgenie_sdk/api/incident/incident.py
Line 65 in 3189d02
That way we can get the proper Team ID owner of the incident.
Thanks!
The text was updated successfully, but these errors were encountered:
384be26
Merge pull request #37 from opsgenie/update-incident-props
7a7b94a
Update Incident properties (This closes #32 and closes #33)
No branches or pull requests
Hello!,
There is an issue n the on the
attribute_map
on theIncident
class where it should be callingownerTeam
instead ofteamId
.opsgenie-python-sdk/opsgenie_sdk/api/incident/incident.py
Line 65 in 3189d02
That way we can get the proper Team ID owner of the incident.
Thanks!
The text was updated successfully, but these errors were encountered: