From dee8820b1f31e9180c55c6d29b950ff6cfe0205f Mon Sep 17 00:00:00 2001 From: Sonarr Date: Wed, 19 Jul 2023 20:31:40 +0000 Subject: [PATCH] Automated API Docs update ignore-downstream --- src/Sonarr.Api.V3/openapi.json | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/src/Sonarr.Api.V3/openapi.json b/src/Sonarr.Api.V3/openapi.json index 15432ae5a..f585f2877 100644 --- a/src/Sonarr.Api.V3/openapi.json +++ b/src/Sonarr.Api.V3/openapi.json @@ -3327,18 +3327,6 @@ } } }, - "/initialize.js": { - "get": { - "tags": [ - "InitializeJs" - ], - "responses": { - "200": { - "description": "Success" - } - } - } - }, "/api/v3/language": { "get": { "tags": [ @@ -9025,6 +9013,10 @@ }, "nullable": true }, + "customFormatScore": { + "type": "integer", + "format": "int32" + }, "rejections": { "type": "array", "items": {