Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/4a233ce91553a77e4ad1933d1d44186b0908636e You should set ROOT_URL correctly, otherwise the web may not work correctly.

Automated API Docs update

pull/7335/head
Servarr 3 years ago committed by Qstick
parent ffdd9a1708
commit 4a233ce915

@ -8313,6 +8313,14 @@
},
"components": {
"schemas": {
"AddMovieMethod": {
"enum": [
"manual",
"list",
"collection"
],
"type": "string"
},
"AddMovieOptions": {
"type": "object",
"properties": {
@ -8327,6 +8335,9 @@
},
"searchForMovie": {
"type": "boolean"
},
"addMethod": {
"$ref": "#/components/schemas/AddMovieMethod"
}
},
"additionalProperties": false
@ -11207,6 +11218,9 @@
"onRename": {
"type": "boolean"
},
"onMovieAdded": {
"type": "boolean"
},
"onMovieDelete": {
"type": "boolean"
},
@ -11234,6 +11248,9 @@
"supportsOnRename": {
"type": "boolean"
},
"supportsOnMovieAdded": {
"type": "boolean"
},
"supportsOnMovieDelete": {
"type": "boolean"
},

Loading…
Cancel
Save