From ed8a979fc67f9e07250624fd7798f24f98f156ca Mon Sep 17 00:00:00 2001 From: Servarr Date: Mon, 27 Feb 2023 03:24:09 +0000 Subject: [PATCH] Automated API Docs update --- src/Prowlarr.Api.V1/openapi.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/Prowlarr.Api.V1/openapi.json b/src/Prowlarr.Api.V1/openapi.json index fa9292096..bf57f81f3 100644 --- a/src/Prowlarr.Api.V1/openapi.json +++ b/src/Prowlarr.Api.V1/openapi.json @@ -5794,6 +5794,16 @@ "type": "string", "format": "date-time", "nullable": true + }, + "mostRecentFailure": { + "type": "string", + "format": "date-time", + "nullable": true + }, + "initialFailure": { + "type": "string", + "format": "date-time", + "nullable": true } }, "additionalProperties": false