Automated API Docs update

This commit is contained in:
Servarr 2023-01-27 02:58:47 +00:00 committed by Qstick
parent 21c2599d85
commit 79a175c74d
1 changed files with 16 additions and 0 deletions

View File

@ -13650,6 +13650,14 @@
},
"quality": {
"$ref": "#/components/schemas/QualityModel"
},
"sceneName": {
"type": "string",
"nullable": true
},
"releaseGroup": {
"type": "string",
"nullable": true
}
},
"additionalProperties": false
@ -13681,6 +13689,14 @@
"type": "string",
"format": "date-time"
},
"sceneName": {
"type": "string",
"nullable": true
},
"releaseGroup": {
"type": "string",
"nullable": true
},
"quality": {
"$ref": "#/components/schemas/QualityModel"
},