Update API docs

This commit is contained in:
Ingo Oppermann
2023-06-20 15:36:40 +02:00
parent 9fc0bb0a64
commit 694f51d566
3 changed files with 38 additions and 0 deletions

View File

@@ -4464,6 +4464,13 @@ const docTemplate = `{
"type": "integer",
"format": "int"
},
"session_log_buffer_sec": {
"type": "integer",
"format": "int"
},
"session_log_path_pattern": {
"type": "string"
},
"session_timeout_sec": {
"type": "integer",
"format": "int"
@@ -6676,6 +6683,13 @@ const docTemplate = `{
"type": "integer",
"format": "int"
},
"session_log_buffer_sec": {
"type": "integer",
"format": "int"
},
"session_log_path_pattern": {
"type": "string"
},
"session_timeout_sec": {
"type": "integer",
"format": "int"