Diagnostics (#5323)

Co-authored-by: Douwe Osinga <douwe@squareup.com>
This commit is contained in:
Douwe Osinga
2025-10-22 14:25:49 -04:00
committed by GitHub
parent fdbd5281e2
commit 755e9f893d
16 changed files with 450 additions and 34 deletions
+35 -1
View File
@@ -896,6 +896,40 @@
]
}
},
"/diagnostics/{session_id}": {
"get": {
"tags": [
"super::routes::status"
],
"operationId": "diagnostics",
"parameters": [
{
"name": "session_id",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "Diagnostics zip file",
"content": {
"application/zip": {
"schema": {
"type": "string",
"format": "binary"
}
}
}
},
"500": {
"description": "Failed to generate diagnostics"
}
}
}
},
"/handle_openrouter": {
"post": {
"tags": [
@@ -1972,7 +2006,7 @@
"/status": {
"get": {
"tags": [
"super::routes::health"
"super::routes::status"
],
"operationId": "status",
"responses": {