From ff91589f735ecf093dd201202b5fcbf0af3d4c52 Mon Sep 17 00:00:00 2001 From: Servarr Date: Thu, 3 Oct 2024 12:25:17 +0000 Subject: [PATCH] Automated API Docs update --- src/Lidarr.Api.V1/openapi.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Lidarr.Api.V1/openapi.json b/src/Lidarr.Api.V1/openapi.json index 3ee3b6367..12b61c143 100644 --- a/src/Lidarr.Api.V1/openapi.json +++ b/src/Lidarr.Api.V1/openapi.json @@ -8490,6 +8490,11 @@ }, "nullable": true }, + "lastSearchTime": { + "type": "string", + "format": "date-time", + "nullable": true + }, "statistics": { "$ref": "#/components/schemas/AlbumStatisticsResource" },