mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
fix minimumAcailability typo and truncate version to 3 [skip ci]
This commit is contained in:
parent
58326f05e0
commit
9938737cd7
@ -2,7 +2,7 @@
|
|||||||
"openapi": "3.0.0",
|
"openapi": "3.0.0",
|
||||||
"info": {
|
"info": {
|
||||||
"title": "Radarr",
|
"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"
|
"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": [
|
"servers": [
|
||||||
@ -3809,7 +3809,7 @@
|
|||||||
"monitored": {
|
"monitored": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"minimumAcailability": {
|
"minimumAvailability": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
"announced",
|
"announced",
|
||||||
|
Loading…
Reference in New Issue
Block a user