mirror of
https://github.com/Radarr/Radarr
synced 2025-02-22 14:21:14 +00:00
Automated API Docs update
This commit is contained in:
parent
ffdd9a1708
commit
4a233ce915
1 changed files with 17 additions and 0 deletions
|
@ -8313,6 +8313,14 @@
|
|||
},
|
||||
"components": {
|
||||
"schemas": {
|
||||
"AddMovieMethod": {
|
||||
"enum": [
|
||||
"manual",
|
||||
"list",
|
||||
"collection"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"AddMovieOptions": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -8327,6 +8335,9 @@
|
|||
},
|
||||
"searchForMovie": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"addMethod": {
|
||||
"$ref": "#/components/schemas/AddMovieMethod"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
@ -11207,6 +11218,9 @@
|
|||
"onRename": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"onMovieAdded": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"onMovieDelete": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
@ -11234,6 +11248,9 @@
|
|||
"supportsOnRename": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"supportsOnMovieAdded": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"supportsOnMovieDelete": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue