Automated API Docs update

pull/7386/head
Servarr 3 years ago committed by Qstick
parent fd22cb44f6
commit cb9514abaf

@ -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…
Cancel
Save