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

Automated API Docs update

pull/3267/head
Servarr 1 year ago committed by Bogdan
parent ef71fc1b41
commit e76f160695

@ -6365,6 +6365,14 @@
"type": "boolean", "type": "boolean",
"default": false "default": false
} }
},
{
"name": "changeCategory",
"in": "query",
"schema": {
"type": "boolean",
"default": false
}
} }
], ],
"responses": { "responses": {
@ -6403,6 +6411,14 @@
"type": "boolean", "type": "boolean",
"default": false "default": false
} }
},
{
"name": "changeCategory",
"in": "query",
"schema": {
"type": "boolean",
"default": false
}
} }
], ],
"requestBody": { "requestBody": {
@ -12418,6 +12434,9 @@
"type": "string", "type": "string",
"nullable": true "nullable": true
}, },
"downloadClientHasPostImportCategory": {
"type": "boolean"
},
"indexer": { "indexer": {
"type": "string", "type": "string",
"nullable": true "nullable": true

Loading…
Cancel
Save