From 9cbecbfae42dc901946bb63af80073d77ae2e356 Mon Sep 17 00:00:00 2001 From: Servarr Date: Tue, 9 Jan 2024 02:27:35 +0000 Subject: [PATCH] Automated API Docs update --- 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 309500d2a..9dfcba512 100644 --- a/src/Lidarr.Api.V1/openapi.json +++ b/src/Lidarr.Api.V1/openapi.json @@ -11103,6 +11103,17 @@ "$ref": "#/components/schemas/AlbumResource" }, "nullable": true + }, + "customFormats": { + "type": "array", + "items": { + "$ref": "#/components/schemas/CustomFormatResource" + }, + "nullable": true + }, + "customFormatScore": { + "type": "integer", + "format": "int32" } }, "additionalProperties": false