mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/reference/api/jobs_api.md
Co-authored-by: Mark Fussell <markfussell@gmail.com> Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
This commit is contained in:
parent
d975152f9e
commit
12b3e8fd57
|
@ -56,7 +56,7 @@ The following example curl command creates a job, naming the job `jobforjabba` a
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ curl -X POST \
|
$ curl -X POST \
|
||||||
http://localhost:3500/v1.0-alpha1/jobs/test1 \
|
http://localhost:3500/v1.0-alpha1/jobs/jobforjabba \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-H 'dapr-app-id: sub' \
|
-H 'dapr-app-id: sub' \
|
||||||
-d '{
|
-d '{
|
||||||
|
|
Loading…
Reference in New Issue