mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-01 08:59:46 +02:00
chore: fix ARI documentation
This commit is contained in:
parent
ebeffdbc40
commit
b728cc4922
8 changed files with 7 additions and 40 deletions
|
|
@ -55,10 +55,6 @@ export interface Webhook {
|
|||
* JSON body of the request. Values are Jinja-rendered against the run context — `{{workflow_run_id}}`, `{{gathered_context.foo}}`, `{{annotations.qa_xxx}}`, etc.
|
||||
*/
|
||||
payload_template?: Record<string, unknown>;
|
||||
/**
|
||||
* Optional retry settings: `enabled` (bool), `max_retries` (int), `retry_delay_seconds` (int).
|
||||
*/
|
||||
retry_config?: Record<string, unknown>;
|
||||
}
|
||||
|
||||
/** Factory — sets `type` for you so you don't repeat the discriminator. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue