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

Automated API Docs update

pull/1979/head
Servarr 1 year ago committed by Bogdan
parent 0f6dfe389c
commit ce615a77c2

@ -1468,8 +1468,11 @@
"name": "eventType",
"in": "query",
"schema": {
"type": "integer",
"format": "int32"
"type": "array",
"items": {
"type": "integer",
"format": "int32"
}
}
},
{
@ -1485,6 +1488,17 @@
"schema": {
"type": "string"
}
},
{
"name": "indexerIds",
"in": "query",
"schema": {
"type": "array",
"items": {
"type": "integer",
"format": "int32"
}
}
}
],
"responses": {

Loading…
Cancel
Save