We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9363e59 commit ba6d8b5Copy full SHA for ba6d8b5
api/openapi.json
@@ -1445,9 +1445,9 @@
1445
},
1446
"MuxRule": {
1447
"properties": {
1448
- "provider": {
+ "provider_id": {
1449
"type": "string",
1450
- "title": "Provider"
+ "title": "Provider Id"
1451
1452
"model": {
1453
@@ -1470,10 +1470,9 @@
1470
1471
"type": "object",
1472
"required": [
1473
- "provider",
+ "provider_id",
1474
"model",
1475
- "matcher_type",
1476
- "matcher"
+ "matcher_type"
1477
],
1478
"title": "MuxRule",
1479
"description": "Represents a mux rule for a provider."
0 commit comments