Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/6f54a9e452d1bded0b2b57ea334a1a1df8f87a0e?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Automated API Docs update

pull/9062/head
Servarr 2 years ago committed by Bogdan
parent 4b9107465c
commit 6f54a9e452

@ -4085,6 +4085,25 @@
}
}
},
"/api/v3/localization/language": {
"get": {
"tags": [
"Localization"
],
"responses": {
"200": {
"description": "Success",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/LocalizationLanguageResource"
}
}
}
}
}
}
},
"/api/v3/log": {
"get": {
"tags": [
@ -10390,6 +10409,16 @@
},
"additionalProperties": false
},
"LocalizationLanguageResource": {
"type": "object",
"properties": {
"identifier": {
"type": "string",
"nullable": true
}
},
"additionalProperties": false
},
"LogFileResource": {
"type": "object",
"properties": {

Loading…
Cancel
Save