mirror of
https://github.com/Readarr/Readarr
synced 2025-12-30 04:06:53 +01:00
Automated API Docs update
This commit is contained in:
parent
80fb077c94
commit
467a87baec
1 changed files with 9 additions and 10 deletions
|
|
@ -6960,16 +6960,6 @@
|
|||
"schema": {
|
||||
"$ref": "#/components/schemas/ReleaseResource"
|
||||
}
|
||||
},
|
||||
"text/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/ReleaseResource"
|
||||
}
|
||||
},
|
||||
"application/*+json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/ReleaseResource"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -12743,6 +12733,15 @@
|
|||
"type": "integer",
|
||||
"format": "int32",
|
||||
"nullable": true
|
||||
},
|
||||
"downloadClientId": {
|
||||
"type": "integer",
|
||||
"format": "int32",
|
||||
"nullable": true
|
||||
},
|
||||
"downloadClient": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
|
|
|||
Loading…
Reference in a new issue