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"
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"caldav_enabled": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
"enabled_background_providers": {
|
"enabled_background_providers": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
|
|
|
@ -7333,6 +7333,9 @@
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"caldav_enabled": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
"enabled_background_providers": {
|
"enabled_background_providers": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
|
|
|
@ -876,6 +876,8 @@ definitions:
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
type: array
|
type: array
|
||||||
|
caldav_enabled:
|
||||||
|
type: boolean
|
||||||
enabled_background_providers:
|
enabled_background_providers:
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
|
|
Loading…
Reference in a new issue