Skip to content

Commit 758a993

Browse files
🌿 ✨ [Scheduled] Update API Spec (#152)
* feat(api): add Gemini Flash 2.0 Multimodal Live API support * feat(openapi): Add new credential types and Azure blob storage * feat(openapi): update OpenAPI spec to support multiple providers for UpdatePhoneNumberDTO * feat(openapi): add new tool types and improve tool configuration * feat(openapi.json): added ClientInboundMessageEndCall object and EndCall action to the ClientInboundMessageTransfer properties. * fix(openapi): remove orgId from logsQuery and logsDelete parameters and update type description and enum --------- Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
1 parent cf34fc8 commit 758a993

File tree

1 file changed

+9
-21
lines changed

1 file changed

+9
-21
lines changed

fern/apis/api/openapi.json

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2990,15 +2990,6 @@
29902990
"operationId": "LoggingController_logsQuery",
29912991
"summary": "Get Logs",
29922992
"parameters": [
2993-
{
2994-
"name": "orgId",
2995-
"required": false,
2996-
"in": "query",
2997-
"description": "This is the unique identifier for the org that this log belongs to.",
2998-
"schema": {
2999-
"type": "string"
3000-
}
3001-
},
30022993
{
30032994
"name": "type",
30042995
"required": false,
@@ -3209,19 +3200,24 @@
32093200
"summary": "Delete Logs",
32103201
"parameters": [
32113202
{
3212-
"name": "orgId",
3203+
"name": "type",
32133204
"required": false,
32143205
"in": "query",
3215-
"description": "This is the unique identifier for the org that this log belongs to.",
3206+
"description": "This is the type of the log.",
32163207
"schema": {
3208+
"enum": [
3209+
"API",
3210+
"Webhook",
3211+
"Call",
3212+
"Provider"
3213+
],
32173214
"type": "string"
32183215
}
32193216
},
32203217
{
32213218
"name": "assistantId",
32223219
"required": false,
32233220
"in": "query",
3224-
"description": "This is the ID of the assistant.",
32253221
"schema": {
32263222
"type": "string"
32273223
}
@@ -18795,15 +18791,7 @@
1879518791
"required": [
1879618792
"time",
1879718793
"orgId",
18798-
"type",
18799-
"requestDurationSeconds",
18800-
"requestStartedAt",
18801-
"requestFinishedAt",
18802-
"requestBody",
18803-
"requestHttpMethod",
18804-
"requestUrl",
18805-
"requestPath",
18806-
"responseHttpCode"
18794+
"type"
1880718795
]
1880818796
},
1880918797
"LogsPaginatedResponse": {

0 commit comments

Comments
 (0)