diff --git a/website/content/api-docs/jobs.mdx b/website/content/api-docs/jobs.mdx index e276c9cc4a8..08d638876b4 100644 --- a/website/content/api-docs/jobs.mdx +++ b/website/content/api-docs/jobs.mdx @@ -1764,7 +1764,7 @@ The table below shows this endpoint's support for - `:job_id` `(string: )` - Specifies the ID of the job. This is specified as part of the path. -- `IdempotencyToken` `(string: "")` - Optional identifier used to prevent more +- `idempotency_token` `(string: "")` - Optional identifier used to prevent more than one instance of the job from being dispatched. This is specified as a URL query parameter.