From 14a77d8b3d091c94e93952d8917b6f370d999696 Mon Sep 17 00:00:00 2001 From: Servarr Date: Wed, 3 May 2023 03:04:22 +0000 Subject: [PATCH] Automated API Docs update --- src/Lidarr.Api.V1/openapi.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/Lidarr.Api.V1/openapi.json b/src/Lidarr.Api.V1/openapi.json index b0cc8701e..0ed1492e5 100644 --- a/src/Lidarr.Api.V1/openapi.json +++ b/src/Lidarr.Api.V1/openapi.json @@ -9992,6 +9992,9 @@ "status": { "$ref": "#/components/schemas/CommandStatus" }, + "result": { + "$ref": "#/components/schemas/CommandResult" + }, "queued": { "type": "string", "format": "date-time" @@ -10039,6 +10042,14 @@ }, "additionalProperties": false }, + "CommandResult": { + "enum": [ + "unknown", + "successful", + "unsuccessful" + ], + "type": "string" + }, "CommandStatus": { "enum": [ "queued",