docs: make dispatch payload size limit unambiguous

This commit is contained in:
Tim Gross 2020-11-19 10:09:51 -05:00
parent bbfaa5e9ad
commit 2139e029ec
2 changed files with 2 additions and 2 deletions

View File

@ -1236,7 +1236,7 @@ The table below shows this endpoint's support for
in the job file during submission). This is specified as part of the path.
- `Payload` `(string: "")` - Specifies a base64 encoded string containing the
payload. This is limited to 15 KB.
payload. This is limited to 16384 bytes (16KiB).
- `Meta` `(meta<string|string>: nil)` - Specifies arbitrary metadata to pass to
the job.

View File

@ -29,7 +29,7 @@ dispatched instance can be provided via stdin by using "-" for the input source
or by specifying a path to a file. Metadata can be supplied by using the meta
flag one or more times.
The payload has a **size limit of 16KiB**.
The payload has a **size limit of 16384 bytes (16KiB)**.
Upon successful creation, the dispatched job ID will be printed and the
triggered evaluation will be monitored. This can be disabled by supplying the