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
"description": "Represents a request to configure auth material for a provider."
1275
+
},
1204
1276
"Conversation": {
1205
1277
"properties": {
1206
1278
"question_answers": {
@@ -1447,15 +1519,22 @@
1447
1519
"title": "Endpoint"
1448
1520
},
1449
1521
"auth_type": {
1450
-
"$ref": "#/components/schemas/ProviderAuthType"
1522
+
"anyOf": [
1523
+
{
1524
+
"$ref": "#/components/schemas/ProviderAuthType"
1525
+
},
1526
+
{
1527
+
"type": "null"
1528
+
}
1529
+
],
1530
+
"default": "none"
1451
1531
}
1452
1532
},
1453
1533
"type": "object",
1454
1534
"required": [
1455
1535
"name",
1456
1536
"provider_type",
1457
-
"endpoint",
1458
-
"auth_type"
1537
+
"endpoint"
1459
1538
],
1460
1539
"title": "ProviderEndpoint",
1461
1540
"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