diff --git a/src/Radarr.Api.V3/openapi.json b/src/Radarr.Api.V3/openapi.json index 6837fa990..30108b720 100644 --- a/src/Radarr.Api.V3/openapi.json +++ b/src/Radarr.Api.V3/openapi.json @@ -4434,53 +4434,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": [ @@ -5811,53 +5764,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": [ @@ -10613,31 +10519,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 - }, "MetadataConfigResource": { "type": "object", "properties": { @@ -11415,31 +11296,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": {