Automated API Docs update

This commit is contained in:
Servarr 2025-06-16 16:15:30 +00:00 committed by Bogdan
parent 0e2e7e4259
commit d93c1d7808

View file

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