mirror of
https://github.com/Radarr/Radarr
synced 2025-12-30 04:06:39 +01:00
Automated API Docs update
This commit is contained in:
parent
856c4fa4bb
commit
4dbd962fca
1 changed files with 15 additions and 0 deletions
|
|
@ -10270,6 +10270,17 @@
|
|||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"customFormats": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/CustomFormatResource"
|
||||
},
|
||||
"nullable": true
|
||||
},
|
||||
"customFormatScore": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"rejections": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
|
@ -10339,6 +10350,10 @@
|
|||
},
|
||||
"nullable": true
|
||||
},
|
||||
"customFormatScore": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"rejections": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue