1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-27 06:02:33 +01:00

Automated API Docs update

This commit is contained in:
Servarr 2023-05-09 21:29:36 +00:00 committed by Bogdan
parent a1e622a363
commit 7bbf7d2461

View File

@ -11220,9 +11220,15 @@
"onHealthIssue": { "onHealthIssue": {
"type": "boolean" "type": "boolean"
}, },
"onHealthRestored": {
"type": "boolean"
},
"onApplicationUpdate": { "onApplicationUpdate": {
"type": "boolean" "type": "boolean"
}, },
"onManualInteractionRequired": {
"type": "boolean"
},
"supportsOnGrab": { "supportsOnGrab": {
"type": "boolean" "type": "boolean"
}, },
@ -11250,9 +11256,15 @@
"supportsOnHealthIssue": { "supportsOnHealthIssue": {
"type": "boolean" "type": "boolean"
}, },
"supportsOnHealthRestored": {
"type": "boolean"
},
"supportsOnApplicationUpdate": { "supportsOnApplicationUpdate": {
"type": "boolean" "type": "boolean"
}, },
"supportsOnManualInteractionRequired": {
"type": "boolean"
},
"includeHealthWarnings": { "includeHealthWarnings": {
"type": "boolean" "type": "boolean"
}, },