1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-17 21:26:13 -04:00

Automated API Docs update

ignore-downstream
This commit is contained in:
Sonarr
2025-04-29 00:15:48 +00:00
committed by Mark McDowall
parent 066b39032b
commit 4258e94e90

View File

@@ -394,6 +394,29 @@
}
}
},
"/api/v5/series/{id}/folder": {
"get": {
"tags": [
"SeriesFolder"
],
"parameters": [
{
"name": "id",
"in": "path",
"required": true,
"schema": {
"type": "integer",
"format": "int32"
}
}
],
"responses": {
"200": {
"description": "OK"
}
}
}
},
"/api/v5/series/lookup": {
"get": {
"tags": [