backport of commit 8a8c4cd45cb471e5a4ce1b301b55571a8594d994 (#18227)
This pull request was automerged via backport-assistant
This commit is contained in:
parent
dafef5b777
commit
50e0282aca
|
@ -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).
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue