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
4b3e1b7b5b
commit
d975152f9e
|
@ -52,7 +52,7 @@ Code | Description
|
|||
|
||||
### Response content
|
||||
|
||||
The following example curl command creates a job, naming the job `test1` and specifying the `dueTime` and the `data`.
|
||||
The following example curl command creates a job, naming the job `jobforjabba` and specifying the `dueTime` and the `data`.
|
||||
|
||||
```bash
|
||||
$ curl -X POST \
|
||||
|
|
Loading…
Reference in New Issue