Automated API Docs update

pull/9634/head
Servarr 5 months ago committed by Bogdan
parent 35651ac59b
commit 91fbad72c0

@ -11203,9 +11203,6 @@
"type": "integer", "type": "integer",
"format": "int32" "format": "int32"
}, },
"hasFile": {
"type": "boolean"
},
"youTubeTrailerId": { "youTubeTrailerId": {
"type": "string", "type": "string",
"nullable": true "nullable": true
@ -11222,6 +11219,9 @@
"type": "integer", "type": "integer",
"format": "int32" "format": "int32"
}, },
"hasFile": {
"type": "boolean"
},
"monitored": { "monitored": {
"type": "boolean" "type": "boolean"
}, },
@ -11302,6 +11302,9 @@
"popularity": { "popularity": {
"type": "number", "type": "number",
"format": "float" "format": "float"
},
"statistics": {
"$ref": "#/components/schemas/MovieStatisticsResource"
} }
}, },
"additionalProperties": false "additionalProperties": false
@ -11313,6 +11316,27 @@
], ],
"type": "string" "type": "string"
}, },
"MovieStatisticsResource": {
"type": "object",
"properties": {
"movieFileCount": {
"type": "integer",
"format": "int32"
},
"sizeOnDisk": {
"type": "integer",
"format": "int64"
},
"releaseGroups": {
"type": "array",
"items": {
"type": "string"
},
"nullable": true
}
},
"additionalProperties": false
},
"MovieStatusType": { "MovieStatusType": {
"enum": [ "enum": [
"tba", "tba",

Loading…
Cancel
Save