Automated API Docs update

pull/9668/head
Servarr 4 months ago committed by Bogdan
parent 806b89abbe
commit c717989034

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

Loading…
Cancel
Save