mirror of
https://github.com/Radarr/Radarr
synced 2026-01-08 08:33:55 +01:00
Automated API Docs update
This commit is contained in:
parent
e606ff05a4
commit
653ef0a501
1 changed files with 21 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue