From 34ad4ef3373bbf74e6e6046c8012411fa37d1123 Mon Sep 17 00:00:00 2001 From: Servarr Date: Sat, 15 Jul 2023 22:42:21 +0000 Subject: [PATCH] Automated API Docs update [skip ci] --- src/Lidarr.Api.V1/openapi.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/Lidarr.Api.V1/openapi.json b/src/Lidarr.Api.V1/openapi.json index dee572a44..2ef77993d 100644 --- a/src/Lidarr.Api.V1/openapi.json +++ b/src/Lidarr.Api.V1/openapi.json @@ -13002,6 +13002,17 @@ "type": "integer", "format": "int32" }, + "customFormats": { + "type": "array", + "items": { + "$ref": "#/components/schemas/CustomFormatResource" + }, + "nullable": true + }, + "customFormatScore": { + "type": "integer", + "format": "int32" + }, "mediaInfo": { "$ref": "#/components/schemas/MediaInfoResource" },