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",