Automated API Docs update

pull/4512/head
Servarr 4 months ago committed by Bogdan
parent 6517485e0f
commit 8e2f959d5c

@ -6034,6 +6034,14 @@
"type": "boolean", "type": "boolean",
"default": false "default": false
} }
},
{
"name": "changeCategory",
"in": "query",
"schema": {
"type": "boolean",
"default": false
}
} }
], ],
"responses": { "responses": {
@ -6072,6 +6080,14 @@
"type": "boolean", "type": "boolean",
"default": false "default": false
} }
},
{
"name": "changeCategory",
"in": "query",
"schema": {
"type": "boolean",
"default": false
}
} }
], ],
"requestBody": { "requestBody": {
@ -11643,6 +11659,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