From 8c697afa67405b7de15090deb93368575c68df7a Mon Sep 17 00:00:00 2001 From: Sonarr Date: Mon, 11 Aug 2025 04:11:26 +0000 Subject: [PATCH] Automated API Docs update ignore-downstream --- src/Sonarr.Api.V5/openapi.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/Sonarr.Api.V5/openapi.json b/src/Sonarr.Api.V5/openapi.json index 207774918..9e26eb9c9 100644 --- a/src/Sonarr.Api.V5/openapi.json +++ b/src/Sonarr.Api.V5/openapi.json @@ -1062,6 +1062,24 @@ "type": "integer", "format": "int32" }, + "malIds": { + "uniqueItems": true, + "type": "array", + "items": { + "type": "integer", + "format": "int32" + }, + "nullable": true + }, + "aniListIds": { + "uniqueItems": true, + "type": "array", + "items": { + "type": "integer", + "format": "int32" + }, + "nullable": true + }, "firstAired": { "type": "string", "format": "date-time",