1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-18 08:19:38 +02:00

Automated API Docs update

This commit is contained in:
Servarr 2023-07-04 17:18:52 +00:00 committed by Qstick
parent e606ff05a4
commit 653ef0a501

View File

@ -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