NotificationRoutePatchRequest
Partial update for a notification route.
name object
anyOf
- string
- null
string
provider object
anyOf
- string
- null
string
destination_label object
anyOf
- string
- null
string
webhook_url object
anyOf
- string
- null
string
event_types object
anyOf
- string[]
- null
Array [
string
]
is_enabled object
anyOf
- boolean
- null
boolean
is_default object
anyOf
- boolean
- null
boolean
NotificationRoutePatchRequest
{
"name": "string",
"provider": "string",
"destination_label": "string",
"webhook_url": "string",
"event_types": [
"string"
],
"is_enabled": true,
"is_default": true
}