1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Automated API Docs update

This commit is contained in:
Servarr
2023-07-25 21:05:10 +00:00
committed by Bogdan
parent 856c4fa4bb
commit 4dbd962fca
+15
View File
@@ -10270,6 +10270,17 @@
"type": "string", "type": "string",
"nullable": true "nullable": true
}, },
"customFormats": {
"type": "array",
"items": {
"$ref": "#/components/schemas/CustomFormatResource"
},
"nullable": true
},
"customFormatScore": {
"type": "integer",
"format": "int32"
},
"rejections": { "rejections": {
"type": "array", "type": "array",
"items": { "items": {
@@ -10339,6 +10350,10 @@
}, },
"nullable": true "nullable": true
}, },
"customFormatScore": {
"type": "integer",
"format": "int32"
},
"rejections": { "rejections": {
"type": "array", "type": "array",
"items": { "items": {