Automated API Docs update

ignore-downstream
pull/6414/head v4.0.1.987
Sonarr 4 months ago committed by Mark McDowall
parent 345854d0fe
commit b64c52a846

@ -5386,6 +5386,14 @@
"type": "boolean",
"default": false
}
},
{
"name": "changeCategory",
"in": "query",
"schema": {
"type": "boolean",
"default": false
}
}
],
"responses": {
@ -5424,6 +5432,14 @@
"type": "boolean",
"default": false
}
},
{
"name": "changeCategory",
"in": "query",
"schema": {
"type": "boolean",
"default": false
}
}
],
"requestBody": {
@ -10364,6 +10380,9 @@
"type": "string",
"nullable": true
},
"downloadClientHasPostImportCategory": {
"type": "boolean"
},
"indexer": {
"type": "string",
"nullable": true

Loading…
Cancel
Save