mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-27 11:21:43 +02:00
Automated API Docs update
ignore-downstream
This commit is contained in:
parent
c57ceac4de
commit
5cc720184b
@ -7472,6 +7472,13 @@
|
|||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
|
"DatabaseType": {
|
||||||
|
"enum": [
|
||||||
|
"sqLite",
|
||||||
|
"postgreSQL"
|
||||||
|
],
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"DelayProfileResource": {
|
"DelayProfileResource": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
@ -11174,6 +11181,12 @@
|
|||||||
"packageUpdateMechanismMessage": {
|
"packageUpdateMechanismMessage": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"nullable": true
|
"nullable": true
|
||||||
|
},
|
||||||
|
"databaseVersion": {
|
||||||
|
"$ref": "#/components/schemas/Version"
|
||||||
|
},
|
||||||
|
"databaseType": {
|
||||||
|
"$ref": "#/components/schemas/DatabaseType"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user