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:
parent
431bc14e76
commit
d28eb47a1a
1 changed files with 4 additions and 10 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue