1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04: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
+21
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": {