[skip ci] Updated swagger docs
This commit is contained in:
parent
6e1b15e344
commit
adf031128e
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue