mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-23 22:17:15 -04:00
Automated API Docs update
This commit is contained in:
parent
fd22cb44f6
commit
cb9514abaf
1 changed files with 7 additions and 16 deletions
|
@ -8705,30 +8705,21 @@
|
|||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
"CollectionUpdateCollectionResource": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"monitored": {
|
||||
"type": "boolean",
|
||||
"nullable": true
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
"CollectionUpdateResource": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"collections": {
|
||||
"collectionIds": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/CollectionUpdateCollectionResource"
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"nullable": true
|
||||
},
|
||||
"monitored": {
|
||||
"type": "boolean",
|
||||
"nullable": true
|
||||
},
|
||||
"monitorMovies": {
|
||||
"type": "boolean",
|
||||
"nullable": true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue