Skip to content

Commit 19339ee

Browse files
committed
Merge remote-tracking branch 'origin/main' into rajdeep/vap-2295-docs-update-kb-bring-your-own-trieve-docs-for-new-schema
2 parents 1ff2a72 + eb1179f commit 19339ee

File tree

3 files changed

+35
-21
lines changed

3 files changed

+35
-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": {

fern/changelog/2025-01-15.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
1. **Updated Log Endpoints:**
2+
Both the `GET /logs` and `DELETE /logs` endpoints have been simplified by removing the `orgId` parameter.
3+
4+
2. **Updated Log Schema:**
5+
The following fields in the Log schema are no longer required: `requestDurationSeconds`, `requestStartedAt`, `requestFinishedAt`, `requestBody`, `requestHttpMethod`, `requestUrl`, `requestPath`, and `responseHttpCode`.

fern/community/expert-directory.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,27 @@ Want to maximize your Voice AI? Vapi, a certified consultant, specializes in bui
1010
Whether you need help deciding what to automate or assistance in building it, Vapi Experts have proven their expertise by supporting users and creating valuable video content for the community. Find the right fit here.
1111

1212
<div class="video-grid">
13+
<Card
14+
href="https://www.qonvo.co/"
15+
className="ed-card"
16+
style={{
17+
alignItems: "center",
18+
display: "flex",
19+
flexDirection: "column",
20+
width: "auto",
21+
}}
22+
>
23+
<img
24+
className="card-img bg:white"
25+
noZoom
26+
src="https://i.imgur.com/ZkhLOBl.png"
27+
/>
28+
<div className="card-content">
29+
<h3>Qonvo</h3>
30+
<p>Qonvo is the best way to stop wasting your time on the phone for repetitive tasks and low-value added inbound requests. Allow your self to better invest your time thanks custom-build Vocal AI agents.</p>
31+
</div>
32+
</Card>
33+
1334
<Card
1435
href="https://www.6omb.ai/"
1536
className="ed-card"

0 commit comments

Comments
 (0)