Skip to content

Commit

Permalink
PS-2591 API Batch callback with request format
Browse files Browse the repository at this point in the history
  • Loading branch information
itch committed May 13, 2024
1 parent 0db3ad9 commit 80b1abd
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 80b1abd

Please sign in to comment.