mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat: add request/response dump support to aibridgeproxyd (#24837)
Closes https://github.com/coder/coder/issues/24335
This commit is contained in:
Generated
+3
@@ -14000,6 +14000,9 @@ const docTemplate = `{
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"api_dump_dir": {
|
||||
"type": "string"
|
||||
},
|
||||
"cert_file": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
Generated
+3
@@ -12476,6 +12476,9 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"api_dump_dir": {
|
||||
"type": "string"
|
||||
},
|
||||
"cert_file": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user