mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Automated API Docs update
This commit is contained in:
parent
21c2599d85
commit
79a175c74d
1 changed files with 16 additions and 0 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue