Update docs/idempotency.mdx (#2575)

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
This commit is contained in:
mintlify[bot]
2025-09-30 13:50:02 -07:00
committed by GitHub
parent f72d63aac2
commit dae84a0d29
-5
View File
@@ -5,11 +5,6 @@ description: "An API call or operation is “idempotent” if it has the same re
We currently support idempotency at the task level, meaning that if you trigger a task with the same `idempotencyKey` twice, the second request will not create a new task run.
<Warning>
In version 3.3.0 and later, the `idempotencyKey` option is not available when using
`triggerAndWait` or `batchTriggerAndWait`, due to a bug that would sometimes cause the parent task
to become stuck. We are working on a fix for this issue.
</Warning>
## `idempotencyKey` option