Skip to main content

NotificationRoutePatchRequest

Partial update for a notification route.

name object
anyOf
string
provider object
anyOf
string
destination_label object
anyOf
string
webhook_url object
anyOf
string
event_types object
anyOf
  • Array [
  • string
  • ]
  • is_enabled object
    anyOf
    boolean
    is_default object
    anyOf
    boolean
    NotificationRoutePatchRequest
    {
    "name": "string",
    "provider": "string",
    "destination_label": "string",
    "webhook_url": "string",
    "event_types": [
    "string"
    ],
    "is_enabled": true,
    "is_default": true
    }