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

Automated API Docs update

pull/1241/head
Servarr 2 years ago committed by Qstick
parent 4e3f460a24
commit 38ba810ae8

@ -4823,6 +4823,24 @@
},
"additionalProperties": false
},
"DownloadClientCategory": {
"type": "object",
"properties": {
"clientCategory": {
"type": "string",
"nullable": true
},
"categories": {
"type": "array",
"items": {
"type": "integer",
"format": "int32"
},
"nullable": true
}
},
"additionalProperties": false
},
"DownloadClientConfigResource": {
"type": "object",
"properties": {
@ -4895,6 +4913,16 @@
"priority": {
"type": "integer",
"format": "int32"
},
"categories": {
"type": "array",
"items": {
"$ref": "#/components/schemas/DownloadClientCategory"
},
"nullable": true
},
"supportsCategories": {
"type": "boolean"
}
},
"additionalProperties": false

Loading…
Cancel
Save