You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/Controller/TaskProcessingApiController.php
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -148,6 +148,7 @@ public function taskTypes(): DataResponse {
148
148
* @param string $customId An arbitrary identifier for the task
149
149
* @param string|null $webhookUri URI to be requested when the task finishes
150
150
* @param string|null $webhookMethod Method used for the webhook request (HTTP:GET, HTTP:POST, HTTP:PUT, HTTP:DELETE or AppAPI:APP_ID:GET, AppAPI:APP_ID:POST...)
151
+
* @param bool $includeWatermark Whether to include a watermark in the output file or not
0 commit comments