Skip to content

Commit

Permalink
Document behaviour on idempotencyKey reuse
Browse files Browse the repository at this point in the history
  • Loading branch information
laurencemcknight committed Jan 16, 2025
1 parent 06cab2b commit 5bf5cc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/content/api/idempotency.mdoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ nav:
---
Several key APIs support Idempotency. Idempotency allows requests to be safely retried without risk of performing the operation twice. When calling an API, provide an idempotency key. Then, if a connection error occurs, you can safely repeat the request using the same key without risk of the operation being performed twice.

The result of successful requests to our APIs will be saved alongside their idempotency key. Subsequent requests with the same key return the same result.

0 comments on commit 5bf5cc3

Please sign in to comment.