Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5802,9 +5802,17 @@ components:
priority:
type: string
enum: [P1, P2, P3, P4, P5]
provider:
type: string
description: "Alert API the channel targets: jsm = Jira Service Management, opsgenie = Opsgenie (deprecated), custom = the URL given in endpoint."
enum: [jsm, opsgenie, custom]
endpoint:
type: string
description: "Alert API URL for the custom provider; empty for jsm and opsgenie."
required:
- apiKey
- priority
- provider

TelegramParams:
type: object
Expand Down