From ad484cf737478be8db1e0090c3c89e0fa1f28feb Mon Sep 17 00:00:00 2001 From: Javier Aliaga Date: Thu, 15 May 2025 12:16:29 +0200 Subject: [PATCH] Update daprdocs/content/en/reference/api/jobs_api.md Co-authored-by: Mark Fussell Signed-off-by: Javier Aliaga --- daprdocs/content/en/reference/api/jobs_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/api/jobs_api.md b/daprdocs/content/en/reference/api/jobs_api.md index b51458429..5412a1fba 100644 --- a/daprdocs/content/en/reference/api/jobs_api.md +++ b/daprdocs/content/en/reference/api/jobs_api.md @@ -37,7 +37,7 @@ Parameter | Description `dueTime` | An optional time at which the job should be active, or the "one shot" time, if other scheduling type fields are not provided. Accepts a "point in time" string in the format of RFC3339, Go duration string (calculated from creation time), or non-repeating ISO8601. `repeats` | An optional number of times in which the job should be triggered. If not set, the job runs indefinitely or until expiration. `ttl` | An optional time to live or expiration of the job. Accepts a "point in time" string in the format of RFC3339, Go duration string (calculated from job creation time), or non-repeating ISO8601. -`overwrite` | A boolean value to specify it the job can overwrite an existing one. Default value is `false` +`overwrite` | A boolean value to specify if the job can overwrite an existing one with the same name. Default value is `false` #### schedule `schedule` accepts both systemd timer-style cron expressions, as well as human readable '@' prefixed period strings, as defined below.