mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-16 20:51:58 +01:00
Automated API Docs update
This commit is contained in:
parent
cb1fd39cb3
commit
f8111ac7ba
1 changed files with 10 additions and 0 deletions
|
|
@ -5242,6 +5242,10 @@
|
|||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"applicationUrl": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"updateAutomatically": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
|
@ -6017,6 +6021,9 @@
|
|||
"onHealthIssue": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"onHealthRestored": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"onApplicationUpdate": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
|
@ -6029,6 +6036,9 @@
|
|||
"supportsOnHealthIssue": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"supportsOnHealthRestored": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"includeHealthWarnings": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue