Skip to content

Commit

Permalink
chore(client): send Idempotency-Key header (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Aug 15, 2023
1 parent ae92a46 commit 191655b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ private constructor(
.httpClient(httpClient!!)
.clock(clock)
.maxRetries(maxRetries)
.idempotencyHeader("Idempotency-Token")
.idempotencyHeader("Idempotency-Key")
.build(),
jsonMapper ?: jsonMapper(),
clock,
Expand Down

0 comments on commit 191655b

Please sign in to comment.