backport of commit 8a8c4cd45cb471e5a4ce1b301b55571a8594d994 (#18227)

This pull request was automerged via backport-assistant
This commit is contained in:
hc-github-team-nomad-core 2023-08-16 16:25:12 -05:00 committed by GitHub
parent dafef5b777
commit 50e0282aca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -1762,10 +1762,13 @@ The table below shows this endpoint's support for
- `:job_id` `(string: <required>)` - 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).

View File

@ -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.