Skip to content

Commit 4d261b7

Browse files
garysassanoleandrodamascenadreamorosi
authored
docs(idempotency): fix description in Advanced table (#5191)
fix description in advanced table Co-authored-by: Leandro Damascena <[email protected]> Co-authored-by: Andrea Amorosi <[email protected]>
1 parent 12680a0 commit 4d261b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/utilities/idempotency.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ You can override and further extend idempotency behavior via **`IdempotencyConfi
817817
| Parameter | Default | Description |
818818
| ------------------------------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
819819
| **event_key_jmespath** | `""` | JMESPath expression to extract the idempotency key from the event record using [built-in functions](./jmespath_functions.md#built-in-jmespath-functions){target="_blank"} |
820-
| **payload_validation_jmespath** | `""` | JMESPath expression to validate whether certain parameters have changed in the event while the event payload _e.g., payload tampering._ |
820+
| **payload_validation_jmespath** | `""` | JMESPath expression to validate that the specified fields haven't changed across requests for the same idempotency key _e.g., payload tampering._ |
821821
| **raise_on_no_idempotency_key** | `False` | Raise exception if no idempotency key was found in the request |
822822
| **expires_after_seconds** | 3600 | The number of seconds to wait before a record is expired, allowing a new transaction with the same idempotency key |
823823
| **use_local_cache** | `False` | Whether to cache idempotency results in-memory to save on persistence storage latency and costs |

0 commit comments

Comments
 (0)