Skip to content

Commit 5540bb0

Browse files
committed
fix(fern/apis/api): update openapi.json to include security requirements and rename field
1 parent cea5e8e commit 5540bb0

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

fern/apis/api/openapi.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3112,7 +3112,12 @@
31123112
}
31133113
}
31143114
}
3115-
}
3115+
},
3116+
"security": [
3117+
{
3118+
"bearer": []
3119+
}
3120+
]
31163121
}
31173122
}
31183123
},
@@ -5606,7 +5611,6 @@
56065611
"llama3-70b-8192",
56075612
"llama3-groq-8b-8192-tool-use-preview",
56085613
"llama3-groq-70b-8192-tool-use-preview",
5609-
"gemma-7b-it",
56105614
"gemma2-9b-it"
56115615
]
56125616
},
@@ -20967,7 +20971,7 @@
2096720971
"type": "string",
2096820972
"description": "The size of the company."
2096920973
},
20970-
"country": {
20974+
"source": {
2097120975
"type": "string",
2097220976
"description": "The location of the company."
2097320977
},
@@ -20990,7 +20994,7 @@
2099020994
},
2099120995
"required": [
2099220996
"companySize",
20993-
"country",
20997+
"source",
2099420998
"companyType",
2099520999
"callVolume"
2099621000
]
@@ -21006,7 +21010,7 @@
2100621010
"type": "string",
2100721011
"description": "The size of the company."
2100821012
},
21009-
"country": {
21013+
"source": {
2101021014
"type": "string",
2101121015
"description": "The location of the company."
2101221016
},
@@ -21040,7 +21044,7 @@
2104021044
"required": [
2104121045
"id",
2104221046
"companySize",
21043-
"country",
21047+
"source",
2104421048
"companyType",
2104521049
"callVolume",
2104621050
"createdAt",

0 commit comments

Comments
 (0)