Automated API Docs update

pull/9941/head
Servarr 3 weeks ago committed by Bogdan
parent 38e7e37d57
commit 5185e037da

@ -526,6 +526,27 @@
"schema": {
"$ref": "#/components/schemas/SortDirection"
}
},
{
"name": "movieIds",
"in": "query",
"schema": {
"type": "array",
"items": {
"type": "integer",
"format": "int32"
}
}
},
{
"name": "protocols",
"in": "query",
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/DownloadProtocol"
}
}
}
],
"responses": {

Loading…
Cancel
Save