From 9938737cd747162f5818b7fde962be14ef84a7de Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Mon, 10 May 2021 11:40:42 -0500 Subject: [PATCH] fix minimumAcailability typo and truncate version to 3 [skip ci] --- src/Radarr.Api.V3/swagger.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Radarr.Api.V3/swagger.json b/src/Radarr.Api.V3/swagger.json index 8d42e775b..8babb12e5 100644 --- a/src/Radarr.Api.V3/swagger.json +++ b/src/Radarr.Api.V3/swagger.json @@ -2,7 +2,7 @@ "openapi": "3.0.0", "info": { "title": "Radarr", - "version": "3.0.0", + "version": "3", "description": "The way users should interact with Radarr programatically. To utilize any of these endpoints you will need a few pieces of information:\n\nex: localhost:7878/api/v3/movies?apiKey={key_here}\n\n* url: localhost, 10.1.0.1, 192.168.1.1, etc\n* port: 7878 (unless you modify it)\n* apiKey: Located in Settings > General > Security" }, "servers": [ @@ -3809,7 +3809,7 @@ "monitored": { "type": "boolean" }, - "minimumAcailability": { + "minimumAvailability": { "type": "string", "enum": [ "announced",