1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-02-23 23:01:10 +00:00

Automated API Docs update

This commit is contained in:
Servarr 2023-08-12 01:19:51 +00:00 committed by Qstick
parent 431bc14e76
commit d28eb47a1a

View file

@ -6725,16 +6725,6 @@
"schema": {
"$ref": "#/components/schemas/QueueBulkResource"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/QueueBulkResource"
}
},
"application/*+json": {
"schema": {
"$ref": "#/components/schemas/QueueBulkResource"
}
}
}
},
@ -11090,6 +11080,10 @@
},
"nullable": true
},
"customFormatScore": {
"type": "integer",
"format": "int32"
},
"mediaInfo": {
"$ref": "#/components/schemas/MediaInfoResource"
},