From 560779cc1ecab4b1aa7bebc9d42bcb4b5dc39a34 Mon Sep 17 00:00:00 2001 From: Sonarr Date: Sat, 29 Jul 2023 01:41:23 +0000 Subject: [PATCH] Automated API Docs update ignore-downstream --- src/Sonarr.Api.V3/openapi.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/Sonarr.Api.V3/openapi.json b/src/Sonarr.Api.V3/openapi.json index 60543a7a3..0a3acdef8 100644 --- a/src/Sonarr.Api.V3/openapi.json +++ b/src/Sonarr.Api.V3/openapi.json @@ -8943,6 +8943,17 @@ "type": "string", "nullable": true }, + "customFormats": { + "type": "array", + "items": { + "$ref": "#/components/schemas/CustomFormatResource" + }, + "nullable": true + }, + "customFormatScore": { + "type": "integer", + "format": "int32" + }, "rejections": { "type": "array", "items": {