mirror of
https://github.com/Radarr/Radarr
synced 2025-12-06 08:28:50 +01:00
Automated API Docs update
This commit is contained in:
parent
cfd25e974f
commit
f3026df65d
1 changed files with 23 additions and 0 deletions
|
|
@ -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": {
|
"/api/v3/movie/import": {
|
||||||
"post": {
|
"post": {
|
||||||
"tags": [
|
"tags": [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue