Automated API Docs update

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

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

Loading…
Cancel
Save