mirror of
https://github.com/Radarr/Radarr
synced 2026-04-11 21:11:12 +02:00
Automated API Docs update
This commit is contained in:
parent
bb8a0dda63
commit
6e80113987
1 changed files with 9 additions and 4 deletions
|
|
@ -10334,6 +10334,15 @@
|
|||
"movie": {
|
||||
"$ref": "#/components/schemas/MovieResource"
|
||||
},
|
||||
"movieFileId": {
|
||||
"type": "integer",
|
||||
"format": "int32",
|
||||
"nullable": true
|
||||
},
|
||||
"releaseGroup": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"quality": {
|
||||
"$ref": "#/components/schemas/QualityModel"
|
||||
},
|
||||
|
|
@ -10344,10 +10353,6 @@
|
|||
},
|
||||
"nullable": true
|
||||
},
|
||||
"releaseGroup": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"qualityWeight": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
|
|
|
|||
Loading…
Reference in a new issue