From fbd7b4fe331abb7a7206109e1bc8a7bdf8a55f2e Mon Sep 17 00:00:00 2001 From: Servarr Date: Sun, 30 Jul 2023 01:39:45 +0000 Subject: [PATCH] Automated API Docs update [skip ci] --- src/Readarr.Api.V1/openapi.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/Readarr.Api.V1/openapi.json b/src/Readarr.Api.V1/openapi.json index 49ef651f4..640fa504d 100644 --- a/src/Readarr.Api.V1/openapi.json +++ b/src/Readarr.Api.V1/openapi.json @@ -9370,6 +9370,9 @@ "status": { "$ref": "#/components/schemas/CommandStatus" }, + "result": { + "$ref": "#/components/schemas/CommandResult" + }, "queued": { "type": "string", "format": "date-time" @@ -9417,6 +9420,14 @@ }, "additionalProperties": false }, + "CommandResult": { + "enum": [ + "unknown", + "successful", + "unsuccessful" + ], + "type": "string" + }, "CommandStatus": { "enum": [ "queued",