Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 9 additions & 21 deletions fern/apis/api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2990,15 +2990,6 @@
"operationId": "LoggingController_logsQuery",
"summary": "Get Logs",
"parameters": [
{
"name": "orgId",
"required": false,
"in": "query",
"description": "This is the unique identifier for the org that this log belongs to.",
"schema": {
"type": "string"
}
},
{
"name": "type",
"required": false,
Expand Down Expand Up @@ -3209,19 +3200,24 @@
"summary": "Delete Logs",
"parameters": [
{
"name": "orgId",
"name": "type",
"required": false,
"in": "query",
"description": "This is the unique identifier for the org that this log belongs to.",
"description": "This is the type of the log.",
"schema": {
"enum": [
"API",
"Webhook",
"Call",
"Provider"
],
"type": "string"
}
},
{
"name": "assistantId",
"required": false,
"in": "query",
"description": "This is the ID of the assistant.",
"schema": {
"type": "string"
}
Expand Down Expand Up @@ -18795,15 +18791,7 @@
"required": [
"time",
"orgId",
"type",
"requestDurationSeconds",
"requestStartedAt",
"requestFinishedAt",
"requestBody",
"requestHttpMethod",
"requestUrl",
"requestPath",
"responseHttpCode"
"type"
]
},
"LogsPaginatedResponse": {
Expand Down
Loading