From 4dbd962fcaef32d4ac743c95a4f8f55463e59fe8 Mon Sep 17 00:00:00 2001 From: Servarr Date: Tue, 25 Jul 2023 21:05:10 +0000 Subject: [PATCH] Automated API Docs update --- src/Radarr.Api.V3/openapi.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/Radarr.Api.V3/openapi.json b/src/Radarr.Api.V3/openapi.json index d47625a3e..09af40e89 100644 --- a/src/Radarr.Api.V3/openapi.json +++ b/src/Radarr.Api.V3/openapi.json @@ -10270,6 +10270,17 @@ "type": "string", "nullable": true }, + "customFormats": { + "type": "array", + "items": { + "$ref": "#/components/schemas/CustomFormatResource" + }, + "nullable": true + }, + "customFormatScore": { + "type": "integer", + "format": "int32" + }, "rejections": { "type": "array", "items": { @@ -10339,6 +10350,10 @@ }, "nullable": true }, + "customFormatScore": { + "type": "integer", + "format": "int32" + }, "rejections": { "type": "array", "items": {