Skip to content

Commit

Permalink
Merge pull request #154 from BrightLocal/task/PS-2591-batch-callback-…
Browse files Browse the repository at this point in the history
…format

PS-2591 API Batch callback with request format
  • Loading branch information
itch authored May 13, 2024
2 parents 0db3ad9 + 80b1abd commit 39b3d71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/includes/_batch.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ Parameter | Notes
api-key | <span class="label label-required">Required</span>
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

Expand Down

0 comments on commit 39b3d71

Please sign in to comment.