diff --git a/src/Lidarr.Api.V1/openapi.json b/src/Lidarr.Api.V1/openapi.json index 4eb14bec4..1d7371d79 100644 --- a/src/Lidarr.Api.V1/openapi.json +++ b/src/Lidarr.Api.V1/openapi.json @@ -1942,20 +1942,10 @@ "200": { "description": "Success", "content": { - "text/plain": { - "schema": { - "$ref": "#/components/schemas/DownloadClientResource" - } - }, "application/json": { "schema": { "$ref": "#/components/schemas/DownloadClientResource" } - }, - "text/json": { - "schema": { - "$ref": "#/components/schemas/DownloadClientResource" - } } } } @@ -2031,20 +2021,10 @@ "200": { "description": "Success", "content": { - "text/plain": { - "schema": { - "$ref": "#/components/schemas/DownloadClientResource" - } - }, "application/json": { "schema": { "$ref": "#/components/schemas/DownloadClientResource" } - }, - "text/json": { - "schema": { - "$ref": "#/components/schemas/DownloadClientResource" - } } } } @@ -2321,46 +2301,6 @@ } } }, - "/api/v1/health/{id}": { - "get": { - "tags": [ - "Health" - ], - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "integer", - "format": "int32" - } - } - ], - "responses": { - "200": { - "description": "Success", - "content": { - "text/plain": { - "schema": { - "$ref": "#/components/schemas/HealthResource" - } - }, - "application/json": { - "schema": { - "$ref": "#/components/schemas/HealthResource" - } - }, - "text/json": { - "schema": { - "$ref": "#/components/schemas/HealthResource" - } - } - } - } - } - } - }, "/api/v1/health": { "get": { "tags": [ @@ -2826,20 +2766,10 @@ "200": { "description": "Success", "content": { - "text/plain": { - "schema": { - "$ref": "#/components/schemas/ImportListResource" - } - }, "application/json": { "schema": { "$ref": "#/components/schemas/ImportListResource" } - }, - "text/json": { - "schema": { - "$ref": "#/components/schemas/ImportListResource" - } } } } @@ -2915,20 +2845,10 @@ "200": { "description": "Success", "content": { - "text/plain": { - "schema": { - "$ref": "#/components/schemas/ImportListResource" - } - }, "application/json": { "schema": { "$ref": "#/components/schemas/ImportListResource" } - }, - "text/json": { - "schema": { - "$ref": "#/components/schemas/ImportListResource" - } } } } @@ -3296,20 +3216,10 @@ "200": { "description": "Success", "content": { - "text/plain": { - "schema": { - "$ref": "#/components/schemas/IndexerResource" - } - }, "application/json": { "schema": { "$ref": "#/components/schemas/IndexerResource" } - }, - "text/json": { - "schema": { - "$ref": "#/components/schemas/IndexerResource" - } } } } @@ -3385,20 +3295,10 @@ "200": { "description": "Success", "content": { - "text/plain": { - "schema": { - "$ref": "#/components/schemas/IndexerResource" - } - }, "application/json": { "schema": { "$ref": "#/components/schemas/IndexerResource" } - }, - "text/json": { - "schema": { - "$ref": "#/components/schemas/IndexerResource" - } } } } @@ -4128,20 +4028,10 @@ "200": { "description": "Success", "content": { - "text/plain": { - "schema": { - "$ref": "#/components/schemas/MetadataResource" - } - }, "application/json": { "schema": { "$ref": "#/components/schemas/MetadataResource" } - }, - "text/json": { - "schema": { - "$ref": "#/components/schemas/MetadataResource" - } } } } @@ -4217,20 +4107,10 @@ "200": { "description": "Success", "content": { - "text/plain": { - "schema": { - "$ref": "#/components/schemas/MetadataResource" - } - }, "application/json": { "schema": { "$ref": "#/components/schemas/MetadataResource" } - }, - "text/json": { - "schema": { - "$ref": "#/components/schemas/MetadataResource" - } } } } @@ -5040,20 +4920,10 @@ "200": { "description": "Success", "content": { - "text/plain": { - "schema": { - "$ref": "#/components/schemas/NotificationResource" - } - }, "application/json": { "schema": { "$ref": "#/components/schemas/NotificationResource" } - }, - "text/json": { - "schema": { - "$ref": "#/components/schemas/NotificationResource" - } } } } @@ -5129,20 +4999,10 @@ "200": { "description": "Success", "content": { - "text/plain": { - "schema": { - "$ref": "#/components/schemas/NotificationResource" - } - }, "application/json": { "schema": { "$ref": "#/components/schemas/NotificationResource" } - }, - "text/json": { - "schema": { - "$ref": "#/components/schemas/NotificationResource" - } } } } @@ -5687,44 +5547,6 @@ } }, "/api/v1/queue/{id}": { - "get": { - "tags": [ - "Queue" - ], - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "integer", - "format": "int32" - } - } - ], - "responses": { - "200": { - "description": "Success", - "content": { - "text/plain": { - "schema": { - "$ref": "#/components/schemas/QueueResource" - } - }, - "application/json": { - "schema": { - "$ref": "#/components/schemas/QueueResource" - } - }, - "text/json": { - "schema": { - "$ref": "#/components/schemas/QueueResource" - } - } - } - } - } - }, "delete": { "tags": [ "Queue" @@ -5917,46 +5739,6 @@ } } }, - "/api/v1/queue/details/{id}": { - "get": { - "tags": [ - "QueueDetails" - ], - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "integer", - "format": "int32" - } - } - ], - "responses": { - "200": { - "description": "Success", - "content": { - "text/plain": { - "schema": { - "$ref": "#/components/schemas/QueueResource" - } - }, - "application/json": { - "schema": { - "$ref": "#/components/schemas/QueueResource" - } - }, - "text/json": { - "schema": { - "$ref": "#/components/schemas/QueueResource" - } - } - } - } - } - } - }, "/api/v1/queue/details": { "get": { "tags": [ @@ -6016,46 +5798,6 @@ } } }, - "/api/v1/queue/status/{id}": { - "get": { - "tags": [ - "QueueStatus" - ], - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "integer", - "format": "int32" - } - } - ], - "responses": { - "200": { - "description": "Success", - "content": { - "text/plain": { - "schema": { - "$ref": "#/components/schemas/QueueStatusResource" - } - }, - "application/json": { - "schema": { - "$ref": "#/components/schemas/QueueStatusResource" - } - }, - "text/json": { - "schema": { - "$ref": "#/components/schemas/QueueStatusResource" - } - } - } - } - } - } - }, "/api/v1/queue/status": { "get": { "tags": [ @@ -6177,46 +5919,6 @@ } } }, - "/api/v1/release/{id}": { - "get": { - "tags": [ - "Release" - ], - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "integer", - "format": "int32" - } - } - ], - "responses": { - "200": { - "description": "Success", - "content": { - "text/plain": { - "schema": { - "$ref": "#/components/schemas/ReleaseResource" - } - }, - "application/json": { - "schema": { - "$ref": "#/components/schemas/ReleaseResource" - } - }, - "text/json": { - "schema": { - "$ref": "#/components/schemas/ReleaseResource" - } - } - } - } - } - } - }, "/api/v1/releaseprofile/{id}": { "get": { "tags": [ @@ -6466,46 +6168,6 @@ } } }, - "/api/v1/release/push/{id}": { - "get": { - "tags": [ - "ReleasePush" - ], - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "integer", - "format": "int32" - } - } - ], - "responses": { - "200": { - "description": "Success", - "content": { - "text/plain": { - "schema": { - "$ref": "#/components/schemas/ReleaseResource" - } - }, - "application/json": { - "schema": { - "$ref": "#/components/schemas/ReleaseResource" - } - }, - "text/json": { - "schema": { - "$ref": "#/components/schemas/ReleaseResource" - } - } - } - } - } - } - }, "/api/v1/remotepathmapping/{id}": { "get": { "tags": [