Automated API Docs update

ignore-downstream
This commit is contained in:
Sonarr 2024-04-09 23:17:30 +00:00 committed by Mark McDowall
parent 4b8afe3d33
commit 8a7b67c593
1 changed files with 4 additions and 3 deletions

View File

@ -8292,9 +8292,7 @@
"nullable": true
},
"releaseType": {
"type": "integer",
"format": "int32",
"nullable": true
"$ref": "#/components/schemas/ReleaseType"
},
"mediaInfo": {
"$ref": "#/components/schemas/MediaInfoResource"
@ -10234,6 +10232,9 @@
"isSplitEpisode": {
"type": "boolean"
},
"isMiniSeries": {
"type": "boolean"
},
"special": {
"type": "boolean"
},