diff --git a/fern/apis/api/openapi.json b/fern/apis/api/openapi.json index 20e2b28a6..880099f51 100644 --- a/fern/apis/api/openapi.json +++ b/fern/apis/api/openapi.json @@ -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, @@ -3209,11 +3200,17 @@ "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" } }, @@ -3221,7 +3218,6 @@ "name": "assistantId", "required": false, "in": "query", - "description": "This is the ID of the assistant.", "schema": { "type": "string" } @@ -18795,15 +18791,7 @@ "required": [ "time", "orgId", - "type", - "requestDurationSeconds", - "requestStartedAt", - "requestFinishedAt", - "requestBody", - "requestHttpMethod", - "requestUrl", - "requestPath", - "responseHttpCode" + "type" ] }, "LogsPaginatedResponse": {