Automated API Docs update

pull/8884/head
Servarr 1 year ago committed by Bogdan
parent 856c4fa4bb
commit 4dbd962fca

@ -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": {

Loading…
Cancel
Save