mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-20 21:55:03 -04:00
Automated API Docs update
This commit is contained in:
@@ -8750,6 +8750,15 @@
|
||||
"missingMovies": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"tags": {
|
||||
"uniqueItems": true,
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"nullable": true
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
@@ -9884,10 +9893,6 @@
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"importListSyncInterval": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"listSyncLevel": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
@@ -9981,6 +9986,9 @@
|
||||
"listOrder": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"minRefreshInterval": {
|
||||
"$ref": "#/components/schemas/TimeSpan"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
@@ -10787,6 +10795,15 @@
|
||||
"$ref": "#/components/schemas/MovieMetadata"
|
||||
},
|
||||
"nullable": true
|
||||
},
|
||||
"tags": {
|
||||
"uniqueItems": true,
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"nullable": true
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
||||
Reference in New Issue
Block a user