File tree Expand file tree Collapse file tree 1 file changed +9
-21
lines changed Expand file tree Collapse file tree 1 file changed +9
-21
lines changed Original file line number Diff line number Diff line change 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,
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 }
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": {
You can’t perform that action at this time.
0 commit comments