mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
this opens up dispatching parameterized jobs by systems
that do not allow modifying what http request body they send
e.g. these two things are equal:
POST '{"Payload": "'"$(base64 <<< "hello")"'"}' /v1/job/my-job/dispatch
POST 'hello' /v1/job/my-job/dispatch/payload
4 lines
112 B
Plaintext
4 lines
112 B
Plaintext
```release-note:improvement
|
|
api: new parameterized dispatch endpoint sends raw HTTP request body as Payload
|
|
```
|