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" }