diff --git a/src/Prowlarr.Api.V1/openapi.json b/src/Prowlarr.Api.V1/openapi.json index fc8ae0348..406e02a36 100644 --- a/src/Prowlarr.Api.V1/openapi.json +++ b/src/Prowlarr.Api.V1/openapi.json @@ -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