mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-24 06:27:08 -04: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…
Add table
Add a link
Reference in a new issue