1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

Automated API Docs update

ignore-downstream
This commit is contained in:
Sonarr
2023-08-12 05:47:46 +00:00
committed by Mark McDowall
parent c57ceac4de
commit 5cc720184b
+13
View File
@@ -7472,6 +7472,13 @@
},
"additionalProperties": false
},
"DatabaseType": {
"enum": [
"sqLite",
"postgreSQL"
],
"type": "string"
},
"DelayProfileResource": {
"type": "object",
"properties": {
@@ -11174,6 +11181,12 @@
"packageUpdateMechanismMessage": {
"type": "string",
"nullable": true
},
"databaseVersion": {
"$ref": "#/components/schemas/Version"
},
"databaseType": {
"$ref": "#/components/schemas/DatabaseType"
}
},
"additionalProperties": false