Automated API Docs update

This commit is contained in:
Servarr 2025-04-15 19:36:42 +00:00 committed by Bogdan
parent cfd25e974f
commit f3026df65d

View file

@ -5374,6 +5374,29 @@
}
}
},
"/api/v3/movie/{id}/folder": {
"get": {
"tags": [
"MovieFolder"
],
"parameters": [
{
"name": "id",
"in": "path",
"required": true,
"schema": {
"type": "integer",
"format": "int32"
}
}
],
"responses": {
"200": {
"description": "OK"
}
}
}
},
"/api/v3/movie/import": {
"post": {
"tags": [