Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,15 @@ properties:
type: [string, "null"]
description: Optional template for the HTTP headers sent by the webhook.
examples: ['{\n "Authorization": "Bearer ..."}']
idempotencyKey:
type: [string, "null"]
description: Optional key that prevents creating duplicate webhooks, e.g. when the run-starting request is retried.
examples: [fdSJmdP3nfs7sfk3y]
ignoreSslErrors:
type: [boolean, "null"]
description: Optional flag to ignore SSL errors when the webhook sends the request.
examples: [false]
doNotRetry:
type: [boolean, "null"]
description: Optional flag to skip retrying the webhook request on failure.
examples: [false]
Loading