mirror of
https://github.com/Radarr/Radarr
synced 2025-02-23 06:41:20 +00:00
Automated API Docs update
This commit is contained in:
parent
4beb5b328b
commit
83d437cbb3
1 changed files with 19 additions and 0 deletions
|
@ -6596,6 +6596,14 @@
|
|||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "changeCategory",
|
||||
"in": "query",
|
||||
"schema": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
|
@ -6672,6 +6680,14 @@
|
|||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "changeCategory",
|
||||
"in": "query",
|
||||
"schema": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
],
|
||||
"requestBody": {
|
||||
|
@ -11987,6 +12003,9 @@
|
|||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"downloadClientHasPostImportCategory": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"indexer": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
|
|
Loading…
Reference in a new issue