Automated API Docs update

pull/1453/head
Servarr 2 years ago committed by Qstick
parent 1640980e2b
commit 30c3aedeb1

@ -5955,12 +5955,21 @@
"type": "string",
"nullable": true
},
"onGrab": {
"type": "boolean"
},
"onHealthIssue": {
"type": "boolean"
},
"onApplicationUpdate": {
"type": "boolean"
},
"supportsOnGrab": {
"type": "boolean"
},
"includeManualGrabs": {
"type": "boolean"
},
"supportsOnHealthIssue": {
"type": "boolean"
},
@ -6138,6 +6147,11 @@
},
"protocol": {
"$ref": "#/components/schemas/DownloadProtocol"
},
"fileName": {
"type": "string",
"nullable": true,
"readOnly": true
}
},
"additionalProperties": false

Loading…
Cancel
Save