From 0697dbff96a7437d2aac933f9e3121838b0417e7 Mon Sep 17 00:00:00 2001 From: Servarr Date: Tue, 7 Feb 2023 01:44:37 +0000 Subject: [PATCH] Automated API Docs update --- src/Radarr.Api.V3/openapi.json | 71 +++++++--------------------------- 1 file changed, 15 insertions(+), 56 deletions(-) diff --git a/src/Radarr.Api.V3/openapi.json b/src/Radarr.Api.V3/openapi.json index 4c7ab06b2..0bf4d734f 100644 --- a/src/Radarr.Api.V3/openapi.json +++ b/src/Radarr.Api.V3/openapi.json @@ -321,20 +321,10 @@ "200": { "description": "Success", "content": { - "text/plain": { - "schema": { - "$ref": "#/components/schemas/BlocklistResourcePagingResource" - } - }, "application/json": { "schema": { "$ref": "#/components/schemas/BlocklistResourcePagingResource" } - }, - "text/json": { - "schema": { - "$ref": "#/components/schemas/BlocklistResourcePagingResource" - } } } } @@ -1221,16 +1211,6 @@ "schema": { "$ref": "#/components/schemas/CustomFormatResource" } - }, - "text/json": { - "schema": { - "$ref": "#/components/schemas/CustomFormatResource" - } - }, - "application/*+json": { - "schema": { - "$ref": "#/components/schemas/CustomFormatResource" - } } } }, @@ -1265,14 +1245,6 @@ "200": { "description": "Success", "content": { - "text/plain": { - "schema": { - "type": "array", - "items": { - "$ref": "#/components/schemas/CustomFormatResource" - } - } - }, "application/json": { "schema": { "type": "array", @@ -1280,14 +1252,6 @@ "$ref": "#/components/schemas/CustomFormatResource" } } - }, - "text/json": { - "schema": { - "type": "array", - "items": { - "$ref": "#/components/schemas/CustomFormatResource" - } - } } } } @@ -1315,16 +1279,6 @@ "schema": { "$ref": "#/components/schemas/CustomFormatResource" } - }, - "text/json": { - "schema": { - "$ref": "#/components/schemas/CustomFormatResource" - } - }, - "application/*+json": { - "schema": { - "$ref": "#/components/schemas/CustomFormatResource" - } } } }, @@ -8999,7 +8953,8 @@ "nullable": true }, "includeCustomFormatWhenRenaming": { - "type": "boolean" + "type": "boolean", + "nullable": true }, "specifications": { "type": "array", @@ -9411,6 +9366,10 @@ }, "nullable": true }, + "customFormatScore": { + "type": "integer", + "format": "int32" + }, "qualityCutoffNotMet": { "type": "boolean" }, @@ -10214,6 +10173,13 @@ "type": "string", "nullable": true }, + "customFormats": { + "type": "array", + "items": { + "$ref": "#/components/schemas/CustomFormatResource" + }, + "nullable": true + }, "rejections": { "type": "array", "items": { @@ -11376,11 +11342,8 @@ "type": "integer", "format": "int32" }, - "extraInfo": { - "type": "object", - "additionalProperties": { - "nullable": true - }, + "hardcodedSubs": { + "type": "string", "nullable": true }, "movieTitle": { @@ -11533,10 +11496,6 @@ }, "revision": { "$ref": "#/components/schemas/Revision" - }, - "hardcodedSubs": { - "type": "string", - "nullable": true } }, "additionalProperties": false