1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

Automated API Docs update

This commit is contained in:
Servarr
2024-01-16 18:57:53 +00:00
committed by Bogdan
parent 35651ac59b
commit 91fbad72c0
+27 -3
View File
@@ -11203,9 +11203,6 @@
"type": "integer",
"format": "int32"
},
"hasFile": {
"type": "boolean"
},
"youTubeTrailerId": {
"type": "string",
"nullable": true
@@ -11222,6 +11219,9 @@
"type": "integer",
"format": "int32"
},
"hasFile": {
"type": "boolean"
},
"monitored": {
"type": "boolean"
},
@@ -11302,6 +11302,9 @@
"popularity": {
"type": "number",
"format": "float"
},
"statistics": {
"$ref": "#/components/schemas/MovieStatisticsResource"
}
},
"additionalProperties": false
@@ -11313,6 +11316,27 @@
],
"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": {
"enum": [
"tba",