mirror of
https://github.com/Radarr/Radarr
synced 2025-12-15 04:45:37 +01:00
Automated API Docs update
This commit is contained in:
parent
35f1a61bf8
commit
4aa259a666
1 changed files with 24 additions and 1 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue