Skip to content

Commit

Permalink
Add link/comment to OpsGenie alert HTTP API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
haf committed Oct 2, 2018
1 parent 9ce01b3 commit 8cea998
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/targets/Logary.Targets.OpsGenie/Targets_OpsGenie.fs
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ module internal E =
| Some desc, None ->
Some desc

/// https://docs.opsgenie.com/docs/alert-api#section-create-alert
let logaryMessage (conf: OpsGenieConf) (x: Message) jObj =
jObj
|> E.required message "message" (conf.getMessage x)
Expand Down

0 comments on commit 8cea998

Please sign in to comment.