diff --git a/src/Radarr.Api.V3/openapi.json b/src/Radarr.Api.V3/openapi.json index abe56bf12..3ca41ae0e 100644 --- a/src/Radarr.Api.V3/openapi.json +++ b/src/Radarr.Api.V3/openapi.json @@ -11928,7 +11928,7 @@ "nullable": true }, "source": { - "$ref": "#/components/schemas/Source" + "$ref": "#/components/schemas/QualitySource" }, "resolution": { "type": "integer", @@ -12061,6 +12061,21 @@ }, "additionalProperties": false }, + "QualitySource": { + "enum": [ + "unknown", + "cam", + "telesync", + "telecine", + "workprint", + "dvd", + "tv", + "webdl", + "webrip", + "bluray" + ], + "type": "string" + }, "QueueBulkResource": { "type": "object", "properties": { @@ -12661,21 +12676,6 @@ ], "type": "string" }, - "Source": { - "enum": [ - "unknown", - "cam", - "telesync", - "telecine", - "workprint", - "dvd", - "tv", - "webdl", - "webrip", - "bluray" - ], - "type": "string" - }, "SourceType": { "enum": [ "tmdb",