From 5b3b346b77a4fd6f4162c1e68e58fac3c284be1d Mon Sep 17 00:00:00 2001 From: Sonarr Date: Sat, 15 Jul 2023 17:31:39 +0000 Subject: [PATCH] Automated API Docs update ignore-downstream --- src/Sonarr.Api.V3/openapi.json | 178 +++++++-------------------------- 1 file changed, 34 insertions(+), 144 deletions(-) diff --git a/src/Sonarr.Api.V3/openapi.json b/src/Sonarr.Api.V3/openapi.json index 20b2c7997..15432ae5a 100644 --- a/src/Sonarr.Api.V3/openapi.json +++ b/src/Sonarr.Api.V3/openapi.json @@ -4062,53 +4062,6 @@ } } }, - "/api/v3/metadata/bulk": { - "put": { - "tags": [ - "Metadata" - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/MetadataBulkResource" - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/MetadataResource" - } - } - } - } - } - }, - "delete": { - "tags": [ - "Metadata" - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/MetadataBulkResource" - } - } - } - }, - "responses": { - "200": { - "description": "Success" - } - } - } - }, "/api/v3/metadata/schema": { "get": { "tags": [ @@ -4673,53 +4626,6 @@ } } }, - "/api/v3/notification/bulk": { - "put": { - "tags": [ - "Notification" - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/NotificationBulkResource" - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/NotificationResource" - } - } - } - } - } - }, - "delete": { - "tags": [ - "Notification" - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/NotificationBulkResource" - } - } - } - }, - "responses": { - "200": { - "description": "Success" - } - } - } - }, "/api/v3/notification/schema": { "get": { "tags": [ @@ -7868,6 +7774,10 @@ }, "nullable": true }, + "customFormatScore": { + "type": "integer", + "format": "int32" + }, "mediaInfo": { "$ref": "#/components/schemas/MediaInfoResource" }, @@ -9301,31 +9211,6 @@ }, "additionalProperties": false }, - "MetadataBulkResource": { - "type": "object", - "properties": { - "ids": { - "type": "array", - "items": { - "type": "integer", - "format": "int32" - }, - "nullable": true - }, - "tags": { - "type": "array", - "items": { - "type": "integer", - "format": "int32" - }, - "nullable": true - }, - "applyTags": { - "$ref": "#/components/schemas/ApplyTags" - } - }, - "additionalProperties": false - }, "MetadataResource": { "type": "object", "properties": { @@ -9484,31 +9369,6 @@ }, "additionalProperties": false }, - "NotificationBulkResource": { - "type": "object", - "properties": { - "ids": { - "type": "array", - "items": { - "type": "integer", - "format": "int32" - }, - "nullable": true - }, - "tags": { - "type": "array", - "items": { - "type": "integer", - "format": "int32" - }, - "nullable": true - }, - "applyTags": { - "$ref": "#/components/schemas/ApplyTags" - } - }, - "additionalProperties": false - }, "NotificationResource": { "type": "object", "properties": { @@ -9685,6 +9545,24 @@ "$ref": "#/components/schemas/EpisodeResource" }, "nullable": true + }, + "languages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Language" + }, + "nullable": true + }, + "customFormats": { + "type": "array", + "items": { + "$ref": "#/components/schemas/CustomFormatResource" + }, + "nullable": true + }, + "customFormatScore": { + "type": "integer", + "format": "int32" } }, "additionalProperties": false @@ -10089,6 +9967,10 @@ }, "nullable": true }, + "customFormatScore": { + "type": "integer", + "format": "int32" + }, "size": { "type": "number", "format": "double" @@ -11328,6 +11210,14 @@ }, "nullable": true }, + "downloadClientIds": { + "type": "array", + "items": { + "type": "integer", + "format": "int32" + }, + "nullable": true + }, "autoTagIds": { "type": "array", "items": {