From a90f5f7b4e502340d359d9bff6bd8b3117bcff6d Mon Sep 17 00:00:00 2001 From: Servarr Date: Sat, 6 May 2023 21:59:21 +0000 Subject: [PATCH] Automated API Docs update --- src/Readarr.Api.V1/openapi.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/Readarr.Api.V1/openapi.json b/src/Readarr.Api.V1/openapi.json index 30c160d0c..882ae7e79 100644 --- a/src/Readarr.Api.V1/openapi.json +++ b/src/Readarr.Api.V1/openapi.json @@ -13770,6 +13770,14 @@ }, "nullable": true }, + "indexerIds": { + "type": "array", + "items": { + "type": "integer", + "format": "int32" + }, + "nullable": true + }, "authorIds": { "type": "array", "items": {