mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-03 09:09:42 +02:00
Automated API Docs update
This commit is contained in:
@@ -4823,6 +4823,24 @@
|
||||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
"DownloadClientCategory": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"clientCategory": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"categories": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"nullable": true
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
"DownloadClientConfigResource": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -4895,6 +4913,16 @@
|
||||
"priority": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"categories": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/DownloadClientCategory"
|
||||
},
|
||||
"nullable": true
|
||||
},
|
||||
"supportsCategories": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
Reference in New Issue
Block a user