Automated API Docs update

This commit is contained in:
Servarr 2022-06-04 18:27:29 +00:00 committed by Qstick
parent ffdd9a1708
commit 4a233ce915
1 changed files with 17 additions and 0 deletions

View File

@ -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"
},