diff --git a/src/Readarr.Api.V1/openapi.json b/src/Readarr.Api.V1/openapi.json index dc1d234eb..724b71d06 100644 --- a/src/Readarr.Api.V1/openapi.json +++ b/src/Readarr.Api.V1/openapi.json @@ -10981,7 +10981,10 @@ "format": "int32" }, "ignored": { - "type": "string", + "type": "array", + "items": { + "type": "string" + }, "nullable": true } }, @@ -11036,7 +11039,10 @@ "format": "int32" }, "ignored": { - "type": "string", + "type": "array", + "items": { + "type": "string" + }, "nullable": true } },