1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

Automated API Docs update

This commit is contained in:
Servarr 2022-06-25 20:29:59 +00:00 committed by Qstick
parent fd22cb44f6
commit cb9514abaf

View File

@ -8705,30 +8705,21 @@
}, },
"additionalProperties": false "additionalProperties": false
}, },
"CollectionUpdateCollectionResource": {
"type": "object",
"properties": {
"id": {
"type": "integer",
"format": "int32"
},
"monitored": {
"type": "boolean",
"nullable": true
}
},
"additionalProperties": false
},
"CollectionUpdateResource": { "CollectionUpdateResource": {
"type": "object", "type": "object",
"properties": { "properties": {
"collections": { "collectionIds": {
"type": "array", "type": "array",
"items": { "items": {
"$ref": "#/components/schemas/CollectionUpdateCollectionResource" "type": "integer",
"format": "int32"
}, },
"nullable": true "nullable": true
}, },
"monitored": {
"type": "boolean",
"nullable": true
},
"monitorMovies": { "monitorMovies": {
"type": "boolean", "type": "boolean",
"nullable": true "nullable": true