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
a7f487da3e
commit
4b3e1b7b5b
|
@ -26,7 +26,7 @@ Parameter | Description
|
|||
--------- | -----------
|
||||
`name` | Name of the job you're scheduling
|
||||
`data` | A string value and can be any related content. Content is returned when the reminder expires. For example, this may be useful for returning a URL or anything related to the content.
|
||||
`dueTime` | Specifies the time after which the jobs are invoked. Its format should be [time.ParseDuration](https://pkg.go.dev/time#ParseDuration)
|
||||
`dueTime` | Specifies the time after which this job is invoked. Its format should be [time.ParseDuration](https://pkg.go.dev/time#ParseDuration)
|
||||
|
||||
### Request body
|
||||
|
||||
|
|
Loading…
Reference in New Issue