Regenerate swagger docs
This commit is contained in:
parent
313289d28d
commit
e9b1786188
3 changed files with 8 additions and 0 deletions
|
@ -7350,6 +7350,9 @@ var doc = `{
|
|||
"type": "string"
|
||||
}
|
||||
},
|
||||
"caldav_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"enabled_background_providers": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
|
|
@ -7333,6 +7333,9 @@
|
|||
"type": "string"
|
||||
}
|
||||
},
|
||||
"caldav_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"enabled_background_providers": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
|
|
@ -876,6 +876,8 @@ definitions:
|
|||
items:
|
||||
type: string
|
||||
type: array
|
||||
caldav_enabled:
|
||||
type: boolean
|
||||
enabled_background_providers:
|
||||
items:
|
||||
type: string
|
||||
|
|
Loading…
Reference in a new issue