From de9899c60e01f53093db01523e209d607fb49d17 Mon Sep 17 00:00:00 2001 From: Sonarr Date: Sat, 2 Mar 2024 01:28:40 +0000 Subject: [PATCH] Automated API Docs update ignore-downstream --- src/Sonarr.Api.V3/openapi.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/src/Sonarr.Api.V3/openapi.json b/src/Sonarr.Api.V3/openapi.json index e6e89c035..e500eba23 100644 --- a/src/Sonarr.Api.V3/openapi.json +++ b/src/Sonarr.Api.V3/openapi.json @@ -8220,6 +8220,11 @@ "format": "int32", "nullable": true }, + "releaseType": { + "type": "integer", + "format": "int32", + "nullable": true + }, "mediaInfo": { "$ref": "#/components/schemas/MediaInfoResource" }, @@ -9531,6 +9536,9 @@ "type": "integer", "format": "int32" }, + "releaseType": { + "$ref": "#/components/schemas/ReleaseType" + }, "rejections": { "type": "array", "items": { @@ -9790,7 +9798,8 @@ "recent", "monitorSpecials", "unmonitorSpecials", - "none" + "none", + "skip" ], "type": "string" }, @@ -10158,6 +10167,9 @@ "isPossibleSceneSeasonSpecial": { "type": "boolean", "readOnly": true + }, + "releaseType": { + "$ref": "#/components/schemas/ReleaseType" } }, "additionalProperties": false @@ -10963,6 +10975,15 @@ }, "additionalProperties": false }, + "ReleaseType": { + "enum": [ + "unknown", + "singleEpisode", + "multiEpisode", + "seasonPack" + ], + "type": "string" + }, "RemotePathMappingResource": { "type": "object", "properties": {