1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-03 13:45:02 +00:00

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

View file

@ -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"
}, },