Automated API Docs update

ignore-downstream
This commit is contained in:
Sonarr 2024-05-09 01:46:59 +00:00
parent 1eddf3a152
commit 3fcc2adb10
1 changed files with 21 additions and 0 deletions

View File

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