From 80b1abd8b9fbe1d19154685886f2e8798d45fd7b Mon Sep 17 00:00:00 2001 From: itch Date: Mon, 13 May 2024 10:44:50 +0200 Subject: [PATCH] PS-2591 API Batch callback with request format --- source/includes/_batch.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/includes/_batch.md b/source/includes/_batch.md index 00dd9737160..3bd160e90f9 100644 --- a/source/includes/_batch.md +++ b/source/includes/_batch.md @@ -86,6 +86,7 @@ Parameter | Notes api-key | Required stop-on-job-error | 1 or 0. default 0. If errors are found in one job the batch will be stopped and no further jobs will be processed. callback | Callback URL. When a batch fails or completes the batch results will be posted to this callback URL +callback_request_format | Request format for callback URL. Available values: `form`, `json`. Default: `form` ## Commit Batch