1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-04 11:07:59 +02:00

Automated API Docs update

This commit is contained in:
Servarr 2024-05-10 13:22:54 +00:00 committed by Bogdan
parent 38e7e37d57
commit 5185e037da

View File

@ -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": {