diff --git a/website/content/api-docs/jobs.mdx b/website/content/api-docs/jobs.mdx index b7e6c5048..fc3c68dfc 100644 --- a/website/content/api-docs/jobs.mdx +++ b/website/content/api-docs/jobs.mdx @@ -1762,10 +1762,13 @@ The table below shows this endpoint's support for - `:job_id` `(string: )` - Specifies the ID of the job (as specified in the job file during submission). This is specified as part of the path. -- `idempotency_token` `(string: "")` - Optional identifier used to prevent more +- `IdempotencyToken` `(string: "")` - Optional identifier used to prevent more than one instance of the job from being dispatched. This is specified as a URL query parameter. +- `IdPrefixTemplate` `(string: "")` - Optional prefix added to dispatched job + IDs. + - `Payload` `(string: "")` - Specifies a base64 encoded string containing the payload. This is limited to 65536 bytes (64KiB). diff --git a/website/content/docs/commands/job/dispatch.mdx b/website/content/docs/commands/job/dispatch.mdx index a865780b2..235cc952c 100644 --- a/website/content/docs/commands/job/dispatch.mdx +++ b/website/content/docs/commands/job/dispatch.mdx @@ -72,8 +72,7 @@ dispatching parameterized jobs. - `-idempotency-token`: Optional identifier used to prevent more than one instance of the job from being dispatched. - -- `-id-prefix-template`: Optional prefix template for dispatched job IDs. +- `-id-prefix-template`: Optional prefix added to dispatched job IDs. - `-verbose`: Show full information.