Skip to content

Commit

Permalink
Merge pull request #110 from aknuds1/event.create-docs
Browse files Browse the repository at this point in the history
Document parameter alert_type in Event.create
  • Loading branch information
yannmh committed Jan 5, 2016
2 parents 51173b4 + 8b3937d commit 8928bcb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions datadog/api/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ def create(cls, **params):
:param text: event message
:type text: string
:param alert_type: "error", "warning", "info" or "success".
:type alert_type: string
:param date_happened: when the event occurred. if unset defaults to the current time. \
(POSIX timestamp)
:type date_happened: integer
Expand Down

0 comments on commit 8928bcb

Please sign in to comment.