Automated API Docs update

ignore-downstream
pull/6708/head
Sonarr 2 months ago committed by Mark McDowall
parent 4b8afe3d33
commit 8a7b67c593

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

Loading…
Cancel
Save