Automated API Docs update

This commit is contained in:
Servarr 2024-01-12 01:42:46 +00:00 committed by Bogdan
parent 354533871e
commit 5661a0a956
1 changed files with 5 additions and 2 deletions

View File

@ -2638,8 +2638,11 @@
"name": "eventType",
"in": "query",
"schema": {
"type": "integer",
"format": "int32"
"type": "array",
"items": {
"type": "integer",
"format": "int32"
}
}
},
{