Automated API Docs update

This commit is contained in:
Servarr 2025-03-23 16:40:03 +00:00 committed by Bogdan
parent 35f1a61bf8
commit 4aa259a666

View file

@ -5327,7 +5327,8 @@
"200": {
"description": "OK"
}
}
},
"deprecated": true
}
},
"/api/v3/moviefile/bulk": {
@ -5349,6 +5350,28 @@
"description": "OK"
}
}
},
"put": {
"tags": [
"MovieFile"
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/MovieFileResource"
}
}
}
}
},
"responses": {
"200": {
"description": "OK"
}
}
}
},
"/api/v3/movie/import": {