mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-18 19:54:44 -04: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": {
|
||||
"post": {
|
||||
"tags": [
|
||||
|
|
Loading…
Add table
Reference in a new issue