mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
docs: fix incorrect dispatch payload limit in API docs (#20433)
The dispatch payload limit is limited to 16KiB, not 64KiB. It's correct in the command docs but incorrect in the API docs. Ref: https://github.com/hashicorp/nomad/blob/v1.7.7/nomad/job_endpoint.go#L36-L38 Fixes: https://github.com/hashicorp/nomad/issues/20432
This commit is contained in:
@@ -1774,7 +1774,7 @@ The table below shows this endpoint's support for
|
||||
IDs.
|
||||
|
||||
- `Payload` `(string: "")` - Specifies a base64 encoded string containing the
|
||||
payload. This is limited to 65536 bytes (64KiB).
|
||||
payload. This is limited to 16384 bytes (16KiB).
|
||||
|
||||
- `Meta` `(meta<string|string>: nil)` - Specifies arbitrary metadata to pass to
|
||||
the job.
|
||||
|
||||
Reference in New Issue
Block a user