From dc3bf9acb070b42ea4d2ce5e843a3b06310bad5a Mon Sep 17 00:00:00 2001 From: Servarr Date: Tue, 3 Sep 2024 05:19:52 +0000 Subject: [PATCH] Automated API Docs update --- src/Radarr.Api.V3/openapi.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/Radarr.Api.V3/openapi.json b/src/Radarr.Api.V3/openapi.json index 464bbc533..8e8f20cd0 100644 --- a/src/Radarr.Api.V3/openapi.json +++ b/src/Radarr.Api.V3/openapi.json @@ -9172,6 +9172,17 @@ "type": "string", "nullable": true }, + "languageTags": { + "type": "array", + "items": { + "type": "string" + }, + "nullable": true + }, + "title": { + "type": "string", + "nullable": true + }, "type": { "$ref": "#/components/schemas/ExtraFileType" }