mirror of
https://github.com/Radarr/Radarr
synced 2025-02-23 23:01:10 +00:00
Automated API Docs update
This commit is contained in:
parent
bda2b9b0b8
commit
21560cd6cc
1 changed files with 5 additions and 2 deletions
|
@ -2490,8 +2490,11 @@
|
|||
"name": "eventType",
|
||||
"in": "query",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue