diff --git a/src/Lidarr.Api.V1/openapi.json b/src/Lidarr.Api.V1/openapi.json index 76569dae5..04e6a0816 100644 --- a/src/Lidarr.Api.V1/openapi.json +++ b/src/Lidarr.Api.V1/openapi.json @@ -13650,6 +13650,14 @@ }, "quality": { "$ref": "#/components/schemas/QualityModel" + }, + "sceneName": { + "type": "string", + "nullable": true + }, + "releaseGroup": { + "type": "string", + "nullable": true } }, "additionalProperties": false @@ -13681,6 +13689,14 @@ "type": "string", "format": "date-time" }, + "sceneName": { + "type": "string", + "nullable": true + }, + "releaseGroup": { + "type": "string", + "nullable": true + }, "quality": { "$ref": "#/components/schemas/QualityModel" },