From f68fd9c2d9a0f1a0f75120a8349b44940acc1a4e Mon Sep 17 00:00:00 2001 From: Servarr Date: Thu, 4 May 2023 08:46:25 +0000 Subject: [PATCH] Automated API Docs update --- src/Radarr.Api.V3/openapi.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/Radarr.Api.V3/openapi.json b/src/Radarr.Api.V3/openapi.json index 67f334e0b..d42b43646 100644 --- a/src/Radarr.Api.V3/openapi.json +++ b/src/Radarr.Api.V3/openapi.json @@ -8789,6 +8789,9 @@ "status": { "$ref": "#/components/schemas/CommandStatus" }, + "result": { + "$ref": "#/components/schemas/CommandResult" + }, "queued": { "type": "string", "format": "date-time" @@ -8836,6 +8839,14 @@ }, "additionalProperties": false }, + "CommandResult": { + "enum": [ + "unknown", + "successful", + "unsuccessful" + ], + "type": "string" + }, "CommandStatus": { "enum": [ "queued",