Automated API Docs update

This commit is contained in:
Servarr 2024-01-21 14:23:40 +00:00 committed by Bogdan
parent 806b89abbe
commit c717989034
1 changed files with 10 additions and 2 deletions

View File

@ -5220,8 +5220,11 @@
"name": "movieId",
"in": "query",
"schema": {
"type": "integer",
"format": "int32"
"type": "array",
"items": {
"type": "integer",
"format": "int32"
}
}
},
{
@ -11946,6 +11949,11 @@
"format": "date-time",
"nullable": true
},
"added": {
"type": "string",
"format": "date-time",
"nullable": true
},
"status": {
"type": "string",
"nullable": true