From fb58b6e45a68e693a333dbe665880e80dd9b52e0 Mon Sep 17 00:00:00 2001 From: Servarr Date: Sat, 6 Sep 2025 12:20:32 +0000 Subject: [PATCH] Automated API Docs update --- src/Lidarr.Api.V1/openapi.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/Lidarr.Api.V1/openapi.json b/src/Lidarr.Api.V1/openapi.json index 3d3f3abec..9ff57628c 100644 --- a/src/Lidarr.Api.V1/openapi.json +++ b/src/Lidarr.Api.V1/openapi.json @@ -8914,7 +8914,8 @@ "ArtistStatusType": { "enum": [ "continuing", - "ended" + "ended", + "deleted" ], "type": "string" }, @@ -10870,11 +10871,15 @@ "copyUsingHardlinks": { "type": "boolean" }, + "enableMediaInfo": { + "type": "boolean" + }, "useScriptImport": { "type": "boolean" }, "scriptImportPath": { - "type": "string" + "type": "string", + "nullable": true }, "importExtraFiles": { "type": "boolean"