Skip to content

Commit ba6d8b5

Browse files
github-actions[bot]lukehinds
authored andcommitted
Update OpenAPI to version generated from ref 5526ead (#821)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9363e59 commit ba6d8b5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

api/openapi.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -1445,9 +1445,9 @@
14451445
},
14461446
"MuxRule": {
14471447
"properties": {
1448-
"provider": {
1448+
"provider_id": {
14491449
"type": "string",
1450-
"title": "Provider"
1450+
"title": "Provider Id"
14511451
},
14521452
"model": {
14531453
"type": "string",
@@ -1470,10 +1470,9 @@
14701470
},
14711471
"type": "object",
14721472
"required": [
1473-
"provider",
1473+
"provider_id",
14741474
"model",
1475-
"matcher_type",
1476-
"matcher"
1475+
"matcher_type"
14771476
],
14781477
"title": "MuxRule",
14791478
"description": "Represents a mux rule for a provider."

0 commit comments

Comments
 (0)