[skip ci] Updated swagger docs

This commit is contained in:
Frederick [Bot] 2026-06-19 14:51:16 +00:00
parent 6e1b15e344
commit adf031128e
3 changed files with 14 additions and 0 deletions

View File

@ -10906,6 +10906,10 @@ const docTemplate = `{
"caldav_enabled": {
"type": "boolean"
},
"concurrent_writes": {
"description": "ConcurrentWrites reports whether the configured database can handle concurrent writes. It is false on SQLite, where overlapping write transactions deadlock, so clients should serialize batched writes instead of firing them in parallel.",
"type": "boolean"
},
"demo_mode_enabled": {
"type": "boolean"
},

View File

@ -10898,6 +10898,10 @@
"caldav_enabled": {
"type": "boolean"
},
"concurrent_writes": {
"description": "ConcurrentWrites reports whether the configured database can handle concurrent writes. It is false on SQLite, where overlapping write transactions deadlock, so clients should serialize batched writes instead of firing them in parallel.",
"type": "boolean"
},
"demo_mode_enabled": {
"type": "boolean"
},

View File

@ -1537,6 +1537,12 @@ definitions:
type: array
caldav_enabled:
type: boolean
concurrent_writes:
description: ConcurrentWrites reports whether the configured database can
handle concurrent writes. It is false on SQLite, where overlapping write
transactions deadlock, so clients should serialize batched writes instead
of firing them in parallel.
type: boolean
demo_mode_enabled:
type: boolean
email_reminders_enabled: