You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
"description": "Represents a request to add a provider endpoint."
1177
+
},
1116
1178
"AlertConversation": {
1117
1179
"properties": {
1118
1180
"conversation": {
@@ -1437,7 +1499,6 @@
1437
1499
"MuxMatcherType": {
1438
1500
"type": "string",
1439
1501
"enum": [
1440
-
"file_regex",
1441
1502
"catch_all"
1442
1503
],
1443
1504
"title": "MuxMatcherType",
@@ -1515,7 +1576,8 @@
1515
1576
},
1516
1577
"endpoint": {
1517
1578
"type": "string",
1518
-
"title": "Endpoint"
1579
+
"title": "Endpoint",
1580
+
"default": ""
1519
1581
},
1520
1582
"auth_type": {
1521
1583
"anyOf": [
@@ -1532,8 +1594,7 @@
1532
1594
"type": "object",
1533
1595
"required": [
1534
1596
"name",
1535
-
"provider_type",
1536
-
"endpoint"
1597
+
"provider_type"
1537
1598
],
1538
1599
"title": "ProviderEndpoint",
1539
1600
"description": "Represents a provider's endpoint configuration. This\nallows us to persist the configuration for each provider,\nso we can use this for muxing messages."
0 commit comments