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

Automated API Docs update

pull/9668/head
Servarr 1 year ago committed by Bogdan
parent 806b89abbe
commit c717989034

@ -5220,8 +5220,11 @@
"name": "movieId",
"in": "query",
"schema": {
"type": "integer",
"format": "int32"
"type": "array",
"items": {
"type": "integer",
"format": "int32"
}
}
},
{
@ -11946,6 +11949,11 @@
"format": "date-time",
"nullable": true
},
"added": {
"type": "string",
"format": "date-time",
"nullable": true
},
"status": {
"type": "string",
"nullable": true

Loading…
Cancel
Save