From 38ba810ae811f060ae0351ce8b7e77ec003b4272 Mon Sep 17 00:00:00 2001 From: Servarr Date: Sat, 17 Dec 2022 20:17:16 +0000 Subject: [PATCH] Automated API Docs update --- src/Prowlarr.Api.V1/openapi.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/Prowlarr.Api.V1/openapi.json b/src/Prowlarr.Api.V1/openapi.json index e6bdc2f83..4a93c7e02 100644 --- a/src/Prowlarr.Api.V1/openapi.json +++ b/src/Prowlarr.Api.V1/openapi.json @@ -4823,6 +4823,24 @@ }, "additionalProperties": false }, + "DownloadClientCategory": { + "type": "object", + "properties": { + "clientCategory": { + "type": "string", + "nullable": true + }, + "categories": { + "type": "array", + "items": { + "type": "integer", + "format": "int32" + }, + "nullable": true + } + }, + "additionalProperties": false + }, "DownloadClientConfigResource": { "type": "object", "properties": { @@ -4895,6 +4913,16 @@ "priority": { "type": "integer", "format": "int32" + }, + "categories": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DownloadClientCategory" + }, + "nullable": true + }, + "supportsCategories": { + "type": "boolean" } }, "additionalProperties": false